Skip to content

Commit

Permalink
newline
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathkkb committed Mar 24, 2020
1 parent 4969069 commit f12d9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper-scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
printf jenkins-password: ; printf $(kubectl get secret --namespace default jenkins -o jsonpath="{.data.jenkins-admin-password}" | base64 --decode);echo

0 comments on commit f12d9b6

Please sign in to comment.