fix other charts issues
This commit is contained in:
parent
0b0940e6a2
commit
8925cc87bc
2 changed files with 0 additions and 5 deletions
|
@ -177,8 +177,6 @@ data:
|
||||||
{{- with .Values.controller.retentionPolicy }}
|
{{- with .Values.controller.retentionPolicy }}
|
||||||
retentionPolicy: {{- toYaml . | nindent 6 }}
|
retentionPolicy: {{- toYaml . | nindent 6 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
{{- with .Values.emissary.images }}
|
{{- with .Values.emissary.images }}
|
||||||
images: {{- toYaml . | nindent 6 }}
|
images: {{- toYaml . | nindent 6 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
@ -193,4 +191,3 @@ data:
|
||||||
{{- with .Values.controller.podGCDeleteDelayDuration }}
|
{{- with .Values.controller.podGCDeleteDelayDuration }}
|
||||||
podGCDeleteDelayDuration: {{ . }}
|
podGCDeleteDelayDuration: {{ . }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
>>>>>>> argo-cd-5.27.1
|
|
||||||
|
|
|
@ -31,8 +31,6 @@ rules:
|
||||||
- list
|
- list
|
||||||
- watch
|
- watch
|
||||||
- delete
|
- delete
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- ""
|
- ""
|
||||||
resources:
|
resources:
|
||||||
|
|
Loading…
Reference in a new issue