diff --git a/charts/update-route53/templates/deployment.yaml b/charts/update-route53/templates/deployment.yaml index 5e6879d..4263d3e 100644 --- a/charts/update-route53/templates/deployment.yaml +++ b/charts/update-route53/templates/deployment.yaml @@ -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: diff --git a/charts/update-route53/values.yaml b/charts/update-route53/values.yaml index 01fbf88..7a101aa 100644 --- a/charts/update-route53/values.yaml +++ b/charts/update-route53/values.yaml @@ -91,6 +91,8 @@ securityContext: runAsUser: 10001 runAsGroup: 10001 +annotations: {} + nodeSelector: {} tolerations: []