diff --git a/helm/charts/nack/templates/deployment-jetstream-controller.yml b/helm/charts/nack/templates/deployment-jetstream-controller.yml index 11ac655c..fbdcb67a 100644 --- a/helm/charts/nack/templates/deployment-jetstream-controller.yml +++ b/helm/charts/nack/templates/deployment-jetstream-controller.yml @@ -23,6 +23,9 @@ spec: {{- end }} labels: {{- include "jsc.selectorLabels" . | nindent 8 }} + {{- if .Values.podLabels }} + {{- toYaml .Values.podLabels | nindent 8 }} + {{- end }} spec: {{- with .Values.imagePullSecrets }} imagePullSecrets: diff --git a/helm/charts/nack/values.yaml b/helm/charts/nack/values.yaml index 76b9c277..f9523436 100644 --- a/helm/charts/nack/values.yaml +++ b/helm/charts/nack/values.yaml @@ -123,6 +123,7 @@ rbacRules: | - update - delete +podLabels: {} podAnnotations: {} # Toggle whether to use setup a Pod Security Context