fix: argo diff on rollout

This commit is contained in:
devthejo 2024-06-24 21:38:52 +02:00
parent ef69c9ba46
commit c56046583e
Signed by: devthejo
GPG key ID: C04215C627711F5C
2 changed files with 3 additions and 1 deletions

View file

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

View file

@ -46,7 +46,7 @@ extraVolumeMounts:
commonAnnotations: {} commonAnnotations: {}
commonLabels: {} commonLabels: {}
podAnnotations: {} podAnnotations:
service: service:
enabled: true enabled: true