mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-02-07 13:22:12 +00:00
Added missing brackets around .Values.imageCredentials.existingSecret (#107)
This commit is contained in:
parent
0871e73831
commit
8374ece563
@ -11,7 +11,7 @@ data:
|
|||||||
{{- if .Values.imageCredentials.enabled }}
|
{{- if .Values.imageCredentials.enabled }}
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
{{- if .Values.imageCredentials.existingSecret }}
|
{{- if .Values.imageCredentials.existingSecret }}
|
||||||
- name: .Values.imageCredentials.existingSecret
|
- name: {{.Values.imageCredentials.existingSecret}}
|
||||||
{{- else }}
|
{{- else }}
|
||||||
- name: {{ include "agentk8sglue.referenceName" . }}-clearml-agent-registry-key
|
- name: {{ include "agentk8sglue.referenceName" . }}-clearml-agent-registry-key
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
Loading…
Reference in New Issue
Block a user