Skip to content

Commit

Permalink
fix(chart): serviceaccount missing annotation tag (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenweber authored Dec 17, 2020
1 parent 4c87d8a commit 7c0d381
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/k8s-image-swapper/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
labels:
{{- include "k8s-image-swapper.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
imagePullSecrets:
Expand Down

0 comments on commit 7c0d381

Please sign in to comment.