From 5e8c610fbfe0f9c81c1deef92372cef56d48cdfa Mon Sep 17 00:00:00 2001 From: Jason White Date: Tue, 5 Jun 2018 14:10:29 -0600 Subject: [PATCH] gke-deploy.sh --- platformQuickStarts/GCP/GKE-Docker/gke-deploy.sh | 5 +++++ 1 file changed, 5 insertions(+) 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"