diff --git a/devops/gc/deploy/values.yaml b/devops/gc/deploy/values.yaml index 062e8973e90ec9fcf50832ec1b80a435f1b72264..6c6fc6ce6f6e77cde0d5e18bb13513b894a0ecb6 100644 --- a/devops/gc/deploy/values.yaml +++ b/devops/gc/deploy/values.yaml @@ -9,7 +9,7 @@ data: googleCloudProject: "" entitlementsHost: "http://entitlements" partitionHost: "http://partition" - recordsChangedPubsubEndpoint: "" + recordsChangePubsubEndpoint: "" storageHost: "http://storage" serviceIdentity: "register-pubsub-identity" keyRing: "csqp" diff --git a/devops/gc/pipeline/override-stages.yml b/devops/gc/pipeline/override-stages.yml index e60db4c5ac2ecfeeea807ecef1e1e81bb20fdb2f..51e8f133a4b98e38961b58c29646b9c95ef5a38c 100644 --- a/devops/gc/pipeline/override-stages.yml +++ b/devops/gc/pipeline/override-stages.yml @@ -1,7 +1,7 @@ variables: GC_SERVICE: register GC_VENDOR: gc - GC_HELM_SETS: "--set data.recordsChangedPubsubEndpoint=$RECORDS_CHANGED_PUBSUB_ENDPOINT" + GC_HELM_SETS: "--set data.recordsChangePubsubEndpoint=$RECORDS_CHANGE_PUBSUB_ENDPOINT" # FIXME remove when all services are migrated to a single helm GC_ENABLE_HELM_CONFIG: "false"