Skip to content

Commit

Permalink
Standardize releaseSecretsOverride for jigasi
Browse files Browse the repository at this point in the history
  • Loading branch information
XenonPK committed May 7, 2024
1 parent f68a298 commit 1f414cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions templates/jigasi/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ spec:
name: {{ include "call-nested" (list . "prosody" "prosody.fullname") }}-common
- configMapRef:
name: {{ include "jitsi-meet.jigasi.fullname" . }}
{{- if .Values.global.releaseSecretsOverride.enabled }}
{{- range .Values.global.releaseSecretsOverride.extraEnvFrom }}
- {{ tpl (toYaml . ) $ | indent 12 | trim }}
{{- end }}
{{- end }}
{{- with .Values.jigasi.livenessProbe }}
livenessProbe:
{{- toYaml . | nindent 12 }}
Expand Down

0 comments on commit 1f414cc

Please sign in to comment.