Skip to content

Commit

Permalink
Merge pull request #116 from XenonPK/main
Browse files Browse the repository at this point in the history
Standardize releaseSecretsOverride for jigasi
  • Loading branch information
spijet authored May 8, 2024
2 parents f68a298 + 1f414cc commit 080c631
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 080c631

Please sign in to comment.