Skip to content
Snippets Groups Projects
Commit 78861b33 authored by Aliaksandr Ramanovich (EPAM)'s avatar Aliaksandr Ramanovich (EPAM)
Browse files

fix deploy parameters

parent 0ea0a321
Branches lobtimo-fix-cve
No related tags found
1 merge request!294Fix var name for GC pipeline
Pipeline #159180 passed with warnings
......@@ -9,7 +9,7 @@ data:
googleCloudProject: ""
entitlementsHost: "http://entitlements"
partitionHost: "http://partition"
recordsChangedPubsubEndpoint: ""
recordsChangePubsubEndpoint: ""
storageHost: "http://storage"
serviceIdentity: "register-pubsub-identity"
keyRing: "csqp"
......
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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment