Update deployment.yaml

Adding Pod Annotations to reflect changes in values.yaml
This commit is contained in:
rohits-splunk
2022-11-21 16:45:40 -05:00
committed by GitHub
parent 50d447725a
commit 3145e7b8ac

View File

@@ -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 }}