We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a2fe8 commit fadd21cCopy full SHA for fadd21c
cost-optimization/gke-keda/cloud-pubsub/deployment/keda-pubsub-with-workload-identity.yaml
@@ -41,6 +41,8 @@ spec:
41
spec:
42
serviceAccountName: keda-pubsub-sa
43
containers:
44
+ # Note: Set the GOOGLE_CLOUD_PROJECT environment variable if the Pub/Sub topic
45
+ # is not in the same GCP project as this Kubernetes cluster.
46
- name: subscriber
47
image: us-docker.pkg.dev/google-samples/containers/gke/keda-pubsub-sample:v1
48
# [END gke_deployment_keda_pubsub_with_workflow_identity_deployment_pubsub]
0 commit comments