Skip to content

Commit

Permalink
fix: secret refs
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-van-woerkens committed Nov 28, 2024
1 parent 259c5a6 commit 5b914e8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .kontinuous/env/dev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ api:
vars:
ENV: review
envFrom:
- secretRef:
name: pg-app
- secretRef:
name: api
- secretRef:
name: ozensemble-dev-app-access-key

Expand Down
4 changes: 4 additions & 0 deletions .kontinuous/env/preprod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@ api:
- mountPath: /app/public/uploads
name: uploads
envFrom:
- secretRef:
name: pg-app
- secretRef:
name: api
- secretRef:
name: ozensemble-dev-app-access-key
4 changes: 4 additions & 0 deletions .kontinuous/env/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ api:
cpu: "300m"
memory: "1Gi"
envFrom:
- secretRef:
name: pg-app
- secretRef:
name: api
- secretRef:
name: ozensemble-prod-app-access-key

Expand Down
5 changes: 0 additions & 5 deletions .kontinuous/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ api:
imagePackage: api
probesPath: /_health
containerPort: "1337"
envFrom:
- secretRef:
name: pg-app
- secretRef:
name: api

vars:
DATABASE_HOST: "$(PGHOST)"
Expand Down

0 comments on commit 5b914e8

Please sign in to comment.