diff --git a/pkg/chartutil/create.go b/pkg/chartutil/create.go index c52a4835c..08020fab0 100644 --- a/pkg/chartutil/create.go +++ b/pkg/chartutil/create.go @@ -118,6 +118,8 @@ resources: {} # cpu: 100m # memory: 128Mi +podAnnotations: {} + nodeSelector: {} tolerations: [] @@ -205,6 +207,8 @@ spec: labels: app.kubernetes.io/name: {{ include ".name" . }} app.kubernetes.io/instance: {{ .Release.Name }} + annotations: + {{- toYaml .Values.podAnnotations | nindent 8 }} spec: {{- with .Values.imagePullSecrets }} imagePullSecrets: