Skip to content

Commit

Permalink
Add podLabels to helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
swoehrl-mw committed Mar 18, 2024
1 parent 391d428 commit 25d9697
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions helm/hybrid-cloud-amqp-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ spec:
{{- end }}
labels:
{{- include "operator.selectorLabels" . | nindent 8 }}
{{- if .Values.podLabels }}
{{- toYaml .Values.podLabels | nindent 8 }}
{{- end }}
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
Expand Down
4 changes: 4 additions & 0 deletions helm/hybrid-cloud-amqp-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,12 @@ volumes: []
# List of volume mounts for the operator pod
volumeMounts: []

# Extra annotations to add to the operator pods
podAnnotations: {}

# Extra labels to add to the operator pods
podLabels: {}

podSecurityContext: {}

securityContext: {}
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
azure-identity==1.13.0
azure-identity==1.15.0
azure-mgmt-resource==23.0.1
azure-mgmt-servicebus==8.2.0
requests==2.31.0
git+https://github.com/MaibornWolff/hybrid-cloud-operator-library.git@068c411
git+https://github.com/MaibornWolff/hybrid-cloud-operator-library.git@19a8275

0 comments on commit 25d9697

Please sign in to comment.