Skip to content

Commit

Permalink
Add config option for deployment annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
jpflouret committed Mar 30, 2024
1 parent 2d7e7c0 commit 9810541
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/update-route53/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ metadata:
name: {{ include "update-route53.fullname" . }}
labels:
{{- include "update-route53.labels" . | nindent 4 }}
{{- with .Values.annotations }}
annotations: {{ toYaml . | nindent 4 }}
{{- end }}
spec:
replicas: {{ .Values.replicaCount }}
selector:
Expand Down
2 changes: 2 additions & 0 deletions charts/update-route53/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ securityContext:
runAsUser: 10001
runAsGroup: 10001

annotations: {}

nodeSelector: {}

tolerations: []
Expand Down

0 comments on commit 9810541

Please sign in to comment.