We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92d8264 commit 8c73baeCopy full SHA for 8c73bae
.envrc-gcp
@@ -138,3 +138,9 @@ if [ -n "${CLOUDSDK_CONTAINER_CLUSTER:-}" ]; then
138
# shellcheck disable=SC1090,SC1091
139
. "$srcdir/.envrc-kubernetes" "$GKE_CONTEXT"
140
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