diff --git a/manifests/piped/templates/deployment.yaml b/manifests/piped/templates/deployment.yaml index f91b671d5f..ee8ba5d8b4 100644 --- a/manifests/piped/templates/deployment.yaml +++ b/manifests/piped/templates/deployment.yaml @@ -23,6 +23,9 @@ spec: {{- if .Values.args.forceRestart }} rollme: {{ randAlphaNum 5 | quote }} {{- end }} + {{- with .Values.podAnnotations }} + {{- toYaml . | nindent 8 }} + {{- end }} spec: serviceAccountName: {{ include "piped.serviceAccountName" . }} containers: diff --git a/manifests/piped/values.yaml b/manifests/piped/values.yaml index d17ec2114e..22061c47aa 100644 --- a/manifests/piped/values.yaml +++ b/manifests/piped/values.yaml @@ -97,6 +97,8 @@ priorityClassName: {} podLabels: {} +podAnnotations: {} + # Specifies how much of each resource the Piped container needs. resources: {}