mirror of
https://github.com/lucky-sideburn/kubeinvaders.git
synced 2026-05-20 23:53:07 +00:00
Update deployment.yaml
Adding Pod Annotations to reflect changes in values.yaml
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user