Skip to content

Commit 8c73bae

Browse files
committed
updated .envrc-gcp
1 parent 92d8264 commit 8c73bae

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.envrc-gcp

+6
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,9 @@ if [ -n "${CLOUDSDK_CONTAINER_CLUSTER:-}" ]; then
138138
# shellcheck disable=SC1090,SC1091
139139
. "$srcdir/.envrc-kubernetes" "$GKE_CONTEXT"
140140
fi
141+
142+
# pull the secret using this command whenever you need it:
143+
#
144+
# gcp_secret_get.sh "$JENKINS_ADMIN_PASSWORD_GCP_SECRET" | copy_to_clipboard.sh
145+
#
146+
export JENKINS_ADMIN_PASSWORD_GCP_SECRET="jenkins-admin-password"

0 commit comments

Comments
 (0)