diff --git a/helm-charts/kubeinvaders/templates/deployment.yaml b/helm-charts/kubeinvaders/templates/deployment.yaml index 096ae72..dc9d02e 100644 --- a/helm-charts/kubeinvaders/templates/deployment.yaml +++ b/helm-charts/kubeinvaders/templates/deployment.yaml @@ -25,6 +25,10 @@ spec: {{- with .Values.additionalLabels }} {{- . | toYaml | nindent 8 }} {{- end }} + {{- with .Values.podAnnotations }} + annotations: + {{- toYaml . | nindent 8 }} + {{- end }} spec: serviceAccountName: kubeinvaders {{- with .Values.deployment.securityContext }}