Skip to content

Commit

Permalink
Change the secret generator to expect sam-configs files under a 'rend…
Browse files Browse the repository at this point in the history
…ered' directory based on what I'm thinking for firecloud-develop.
  • Loading branch information
wchamber committed Mar 16, 2020
1 parent 69d6820 commit e17684a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions k8s-config/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ resources:
secretGenerator:
- name: sam-configs
files:
- sam.conf
- newrelic.yml
- newrelic.jar
- sam-account.pem
- sam-account.json
- sam-firestore-account.json
- billing-account.pem
- sam.conf=rendered/sam.conf
- newrelic.yml=rendered/newrelic.yml
- newrelic.jar=rendered/newrelic.jar
- sam-account.pem=rendered/sam-account.pem
- sam-account.json=rendered/sam-account.json
- sam-firestore-account.json=rendered/sam-firestore-account.json
- billing-account.pem=rendered/billing-account.pem
- name: sqlproxy-sa-creds
files:
- sqlproxy-service-account.json
Expand Down

0 comments on commit e17684a

Please sign in to comment.