Skip to content

Commit

Permalink
add podLabels to druid-operator deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
pczarski committed Dec 9, 2024
1 parent bd20e44 commit c962a4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ spec:
{{- end }}
labels:
{{- include "druid-operator.selectorLabels" . | nindent 8 }}
{{- with .Values.podLabels }}
{{ toYaml . | nindent 8 }}
{{- end }}
control-plane: controller-manager
spec:
{{- with .Values.nodeSelector }}
Expand Down
2 changes: 2 additions & 0 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ serviceAccount:

podAnnotations: {}

podLabels: {}

podSecurityContext:
runAsNonRoot: true
fsGroup: 65532
Expand Down

0 comments on commit c962a4f

Please sign in to comment.