Skip to content

Commit

Permalink
Merge pull request #234 from i5okie/fix/traction-values
Browse files Browse the repository at this point in the history
Add missing existingSecret specifications
  • Loading branch information
i5okie authored Aug 28, 2024
2 parents 7118580 + 8c32357 commit e82d0ff
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions services/traction/charts/prod/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
traction:
ingressSuffix: -prod.apps.silver.devops.gov.bc.ca
acapy:
secret:
adminApiKey:
existingSecret: traction-acapy-api
pluginInnkeeper:
existingSecret: traction-acapy-plugin-innkeeper
walletKey:
existingSecret: traction-acapy-walletkey
ledgers.yml:
- id: candy-prod
is_production: true
Expand Down
7 changes: 7 additions & 0 deletions services/traction/charts/test/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ traction:
acapy:
image:
pullPolicy: Always
secret:
adminApiKey:
existingSecret: traction-acapy-api
pluginInnkeeper:
existingSecret: traction-acapy-plugin-innkeeper
walletKey:
existingSecret: traction-acapy-walletkey
ledgers.yml:
- id: bcovrin-test
is_production: true
Expand Down

0 comments on commit e82d0ff

Please sign in to comment.