Skip to content

Commit

Permalink
env updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sfdevops committed Oct 4, 2024
1 parent bb0f858 commit b6e9e70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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: "*"
Expand Down

0 comments on commit b6e9e70

Please sign in to comment.