We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4691816 commit 03086bfCopy full SHA for 03086bf
cloudbuild-deploy.yaml
@@ -19,6 +19,8 @@ steps:
19
script: |
20
#!/usr/bin/env bash
21
sed -i "s/%GCLOUD_PROJECT%/${PROJECT_ID}/g" ./kubernetes/opentelemetry-demo.yaml
22
+ env:
23
+ - 'PROJECT_ID=$PROJECT_ID'
24
25
# deploy the manifests to the otel-demo namespace in GKE
26
- name: 'gcr.io/cloud-builders/kubectl'
0 commit comments