fix: add annotations to pods, to fix deployment

This commit is contained in:
Justin Kreller
2024-11-28 23:38:34 +01:00
parent 9af5a3b49a
commit 32fa82f68b
4 changed files with 6 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ spec:
metadata:
{{- with .Values.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- toYaml . | nindent 8 }}
{{- end }}
labels:
{{- include "htwkalender.labels" . | nindent 8 }}

View File

@@ -19,7 +19,7 @@ spec:
metadata:
{{- with .Values.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- toYaml . | nindent 8 }}
{{- end }}
labels:
{{- include "htwkalender.labels" . | nindent 8 }}

View File

@@ -19,7 +19,7 @@ spec:
metadata:
{{- with .Values.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- toYaml . | nindent 8 }}
{{- end }}
labels:
{{- include "htwkalender.labels" . | nindent 8 }}