diff --git a/charts/flipt/templates/_helpers.tpl b/charts/flipt/templates/_helpers.tpl index fef0eff..19b4b4c 100644 --- a/charts/flipt/templates/_helpers.tpl +++ b/charts/flipt/templates/_helpers.tpl @@ -56,6 +56,9 @@ Selector labels {{- define "flipt.selectorLabels" -}} app.kubernetes.io/name: {{ include "flipt.name" . }} app.kubernetes.io/instance: {{ .Release.Name }} +{{- if .Values.podLabels -}} +{{- toYaml .Values.podLabels | nindent 0 -}} +{{- end -}} {{- end }} {{/* diff --git a/charts/flipt/values.yaml b/charts/flipt/values.yaml index 040786f..81c42bd 100644 --- a/charts/flipt/values.yaml +++ b/charts/flipt/values.yaml @@ -25,6 +25,7 @@ test: # tag: '1.36.1' podAnnotations: {} +podLabels: {"blah": "blah"} podSecurityContext: runAsUser: 100