fix: argo diff on rollout
This commit is contained in:
parent
ef69c9ba46
commit
c56046583e
2 changed files with 3 additions and 1 deletions
|
@ -42,8 +42,10 @@ spec:
|
|||
{{- end }}
|
||||
template:
|
||||
metadata:
|
||||
{{ if .Values.podAnnotations }}
|
||||
annotations:
|
||||
{{- toYaml .Values.podAnnotations | nindent 8 }}
|
||||
{{ end }}
|
||||
labels: {{- include "common.labels.standard" . | nindent 8 }}
|
||||
spec:
|
||||
imagePullSecrets:
|
||||
|
|
|
@ -46,7 +46,7 @@ extraVolumeMounts:
|
|||
commonAnnotations: {}
|
||||
commonLabels: {}
|
||||
|
||||
podAnnotations: {}
|
||||
podAnnotations:
|
||||
|
||||
service:
|
||||
enabled: true
|
||||
|
|
Loading…
Add table
Reference in a new issue