From 78861b33b96d079a2a28937cea266c387b50a87c Mon Sep 17 00:00:00 2001 From: aliaksandr_ramanovich <aliaksandr_ramanovich1@epam.com> Date: Thu, 12 Jan 2023 14:55:41 +0400 Subject: [PATCH] fix deploy parameters --- devops/gc/deploy/values.yaml | 2 +- devops/gc/pipeline/override-stages.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/devops/gc/deploy/values.yaml b/devops/gc/deploy/values.yaml index 062e8973e..6c6fc6ce6 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 e60db4c5a..51e8f133a 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" -- GitLab