From f12d9b6e5ef24e9f61d2dbdd71a56965959fdd64 Mon Sep 17 00:00:00 2001 From: bharathkkb Date: Mon, 23 Mar 2020 19:38:47 -0500 Subject: [PATCH] newline --- helper-scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper-scripts/deploy.sh b/helper-scripts/deploy.sh index c1d8dbb0..76449e6d 100755 --- a/helper-scripts/deploy.sh +++ b/helper-scripts/deploy.sh @@ -22,4 +22,4 @@ chmod 700 get_helm.sh kubectl create secret generic github-secrets --save-config --from-literal=github_username=$GITHUB_USERNAME --from-literal=github_token=$GITHUB_TOKEN --from-literal=github_repo=$GITHUB_REPO --dry-run -o yaml | kubectl apply -f - helm install jenkins -f ../jenkins-gke/jenkins-helm/values.yaml stable/jenkins --version 1.9.18 printf jenkins-username:admin;echo -printf jenkins-password: ; printf $(kubectl get secret --namespace default jenkins -o jsonpath="{.data.jenkins-admin-password}" | base64 --decode);echo \ No newline at end of file +printf jenkins-password: ; printf $(kubectl get secret --namespace default jenkins -o jsonpath="{.data.jenkins-admin-password}" | base64 --decode);echo