Add ability to set additional labels for pods

This commit is contained in:
Noah Kalish 2025-02-08 23:34:19 +02:00
parent 403e98dced
commit 8839935b1f
2 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,9 @@ spec:
metadata:
labels:
{{- include "wiki.selectorLabels" . | nindent 8 }}
{{- with .Values.podLabels }}
{{- toYaml . | nindent 8 }}
{{- end }}
annotations:
{{- toYaml .Values.podAnnotations | nindent 8 }}
spec:

View File

@ -44,6 +44,8 @@ startupProbe:
podAnnotations: {}
podLabels: {}
podSecurityContext: {}
# fsGroup: 2000