Skip to content

Commit

Permalink
Fix Prosody timestamp annotation so it actually works
Browse files Browse the repository at this point in the history
  • Loading branch information
spijet committed Dec 7, 2022
1 parent c720091 commit f0ca048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/prosody/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ spec:
{{- range $label, $value := mergeOverwrite .Values.global.podLabels .Values.podLabels }}
{{ $label }}: {{ $value }}
{{- end }}
{{- with mergeOverwrite .Values.global.podAnnotations .Values.podAnnotations }}
si.jit.meet/secret-timestamp: {{ now | date "20060102T150405" }}
{{- with mergeOverwrite .Values.global.podAnnotations .Values.podAnnotations }}
annotations:
{{- range $annotation, $value := . }}
{{ $annotation }}: {{ $value }}
Expand Down

0 comments on commit f0ca048

Please sign in to comment.