Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
fix(prod): fix crt name
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Mar 11, 2022
1 parent f06d5e7 commit 307b5c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .socialgouv/chart/values.project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ components:
app:
imagePackage: app
probesPath: /healthz
certSecretName: app-crt
envFrom:
- secretRef:
name: "{{ .Values.global.pgSecretName }}"
Expand All @@ -23,3 +24,6 @@ hasura:
name: hasura-sealed-secret
- configMapRef:
name: hasura-configmap

pgweb:
certSecretName: pgweb-crt

0 comments on commit 307b5c9

Please sign in to comment.