diff --git a/platformQuickStarts/GCP/GKE-Docker/gke-deploy.sh b/platformQuickStarts/GCP/GKE-Docker/gke-deploy.sh index 7be5f336c..2fe6280cc 100644 --- a/platformQuickStarts/GCP/GKE-Docker/gke-deploy.sh +++ b/platformQuickStarts/GCP/GKE-Docker/gke-deploy.sh @@ -1,5 +1,10 @@ #!/bin/bash +# Script to deploy webgoat docker (or I guess any docker for that matter) to GKE +# You will need the SDK installed and be authenticated and set up for the project you +# plan to push the image into and run it on + +# will pull in config vars source deploy.cfg echo "tagging $CURTAG to $DEST_TAG"