Skip to content

Commit

Permalink
add missing keys to global secrets in HELM
Browse files Browse the repository at this point in the history
  • Loading branch information
sukanya-rath authored Apr 6, 2024
1 parent e53f996 commit 4dcd6cb
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/fin-pay-transparency/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ global:
bceidWsUrl: ~
bceidWsOnlineServiceId: ~
externalConsumerApiKey: ~
chesClientID: ~
chesTokenURL: ~
chesClientSecret: ~
chesAPIURL: ~
chesEmailRecipients: ~
annotation:
helm.sh/policy: "keep"
domain: "apps.silver.devops.gov.bc.ca" # it is required, apps.silver.devops.gov.bc.ca for silver cluster
Expand Down
5 changes: 5 additions & 0 deletions charts/fin-pay-transparency/values-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ global:
bceidWsUrl: ~
bceidWsOnlineServiceId: ~
externalConsumerApiKey: ~
chesClientID: ~
chesTokenURL: ~
chesClientSecret: ~
chesAPIURL: ~
chesEmailRecipients: ~
domain: "apps.silver.devops.gov.bc.ca" # it is required, apps.silver.devops.gov.bc.ca for silver cluster
autoscaling:
enabled: false
Expand Down
5 changes: 5 additions & 0 deletions charts/fin-pay-transparency/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ global:
bceidWsUrl: ~
bceidWsOnlineServiceId: ~
externalConsumerApiKey: ~
chesClientID: ~
chesTokenURL: ~
chesClientSecret: ~
chesAPIURL: ~
chesEmailRecipients: ~
annotation:
helm.sh/policy: "keep"
domain: "apps.silver.devops.gov.bc.ca" # it is required, apps.silver.devops.gov.bc.ca for silver cluster
Expand Down
5 changes: 5 additions & 0 deletions charts/fin-pay-transparency/values-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ global:
bceidWsUrl: ~
bceidWsOnlineServiceId: ~
externalConsumerApiKey: ~
chesClientID: ~
chesTokenURL: ~
chesClientSecret: ~
chesAPIURL: ~
chesEmailRecipients: ~
annotation:
helm.sh/policy: "keep"
domain: "apps.silver.devops.gov.bc.ca" # it is required, apps.silver.devops.gov.bc.ca for silver cluster
Expand Down

0 comments on commit 4dcd6cb

Please sign in to comment.