From b6e9e700f39d6e7e3d7bfd9deff8e83771406aad Mon Sep 17 00:00:00 2001 From: sfdevops Date: Fri, 4 Oct 2024 07:10:24 +0530 Subject: [PATCH] env updated --- .../templates/cm-subscription-service.yaml | 1 + .../control-plane-helm-chart/values.yaml.template | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/files/control-plane/control-plane-helm-chart/templates/cm-subscription-service.yaml b/files/control-plane/control-plane-helm-chart/templates/cm-subscription-service.yaml index 9cee699d..91b29ca8 100644 --- a/files/control-plane/control-plane-helm-chart/templates/cm-subscription-service.yaml +++ b/files/control-plane/control-plane-helm-chart/templates/cm-subscription-service.yaml @@ -12,6 +12,7 @@ data: BASE_PATH: '{{ .Values.subscriptionService.base_path }}' SITE: '{{ .Values.subscriptionService.site }}' API_KEY: '{{ .Values.subscriptionService.api_key }}' + PAYMENT_GATEWAY_ID: '{{ .Values.subscriptionService.payment_gateway_id }}' WEBHOOK_USERNAME: '{{ .Values.tenantMgmtFacade.webhook_user }}' WEBHOOK_PASSWORD: '{{ .Values.tenantMgmtFacade.webhook_password }}' {{- end}} \ No newline at end of file diff --git a/files/control-plane/control-plane-helm-chart/values.yaml.template b/files/control-plane/control-plane-helm-chart/values.yaml.template index 3d00e999..dab363a3 100644 --- a/files/control-plane/control-plane-helm-chart/values.yaml.template +++ b/files/control-plane/control-plane-helm-chart/values.yaml.template @@ -216,8 +216,9 @@ subscriptionService: port: 3000 node_env: "production" log_level: "info" - site: "sunnytyagiplus6-test" - api_key: "test_dw4pcuXuEqQ1cufcdg6GfeRUZpCSRHxOW37" + site: "sunnytyagius-test" + api_key: "test_iUcCGYbbDuzFjRCEp3pPBullSKtvs6ln" + payment_gateway_id="gw_AzZixqUPYLFzJTgu" affinity: {} allowed_origins: "*" imagePullPolicy: @@ -323,7 +324,7 @@ migrationJob: enabled: true repository: public.ecr.aws/p1a1c8p2/sourcefuse-arc-saas-control-plane-migration pullPolicy: Always - tag: "0.0.3" + tag: "0.0.4" replicaCount: 1 affinity: {} allowed_origins: "*"