mirror of
https://github.com/requarks/wiki.git
synced 2025-02-25 18:55:30 -06:00
Add ability to set additional labels for pods
This commit is contained in:
parent
403e98dced
commit
8839935b1f
@ -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:
|
||||
|
@ -44,6 +44,8 @@ startupProbe:
|
||||
|
||||
podAnnotations: {}
|
||||
|
||||
podLabels: {}
|
||||
|
||||
podSecurityContext: {}
|
||||
# fsGroup: 2000
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user