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 }}
|
{{- end }}
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
|
{{ if .Values.podAnnotations }}
|
||||||
annotations:
|
annotations:
|
||||||
{{- toYaml .Values.podAnnotations | nindent 8 }}
|
{{- toYaml .Values.podAnnotations | nindent 8 }}
|
||||||
|
{{ end }}
|
||||||
labels: {{- include "common.labels.standard" . | nindent 8 }}
|
labels: {{- include "common.labels.standard" . | nindent 8 }}
|
||||||
spec:
|
spec:
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
|
|
|
@ -46,7 +46,7 @@ extraVolumeMounts:
|
||||||
commonAnnotations: {}
|
commonAnnotations: {}
|
||||||
commonLabels: {}
|
commonLabels: {}
|
||||||
|
|
||||||
podAnnotations: {}
|
podAnnotations:
|
||||||
|
|
||||||
service:
|
service:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue