Fixed: typo

This commit is contained in:
Valeriano Manassero 2023-06-14 15:49:08 +02:00
parent 2080cae5e8
commit 41f412fdbd

View File

@ -17,7 +17,7 @@ data:
{{- if .Values.imageCredentials.existingSecret }} {{- if .Values.imageCredentials.existingSecret }}
- name: {{ .Values.imageCredentials.existingSecret }} - name: {{ .Values.imageCredentials.existingSecret }}
{{- else }} {{- else }}
- name: name: {{ include "clearmlAgent.fullname" $ }}-ark - name: {{ include "clearmlAgent.fullname" $ }}-ark
{{- end }} {{- end }}
{{- end }} {{- end }}
{{- with .Values.agentk8sglue.basePodTemplate.volumes }} {{- with .Values.agentk8sglue.basePodTemplate.volumes }}