Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #47 from SocialGouv/fix/newsletter
Browse files Browse the repository at this point in the history
fix: fix sealed secrets remove configmaps
  • Loading branch information
YoannNumericite authored May 18, 2022
2 parents a5a25d9 + 38f7345 commit fca37e8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .kube-workflow/common/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
app:
enabled: true
env:
- name: APP_BASE_URL
value: 'https://{{ $.Values.global.host }}'
envFrom:
- secretRef:
name: pg-user
- secretRef:
name: app-sealed-secret
- configMapRef:
name: app-configmap
probesPath: /api/healthz
replicas: 1
imagePackage: app

0 comments on commit fca37e8

Please sign in to comment.