Skip to content

Commit

Permalink
fix(helm-chart): specify the YATAI_SYSTEM_NAMESPACE environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
yetone committed Mar 2, 2023
1 parent f6bfd9d commit 488e8a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helm/yatai/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ spec:
- secretRef:
name: {{ include "yatai.envname" . }}
env:
- name: YATAI_SYSTEM_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
{{- if .Values.postgresql.passwordExistingSecretName }}
- name: PG_PASSWORD
valueFrom:
Expand Down

0 comments on commit 488e8a8

Please sign in to comment.