bottlerocket-update-operator icon indicating copy to clipboard operation
bottlerocket-update-operator copied to clipboard

Image Pull Secret template is broken

Open alexsorkin opened this issue 9 months ago • 3 comments

  {{- if ((.Values.image_pull_secrets)) }}
  image_pull_secrets: 
    {{ .Values.image_pull_secrets }}
  {{- end }}

In helm template

alexsorkin avatar Jan 17 '25 09:01 alexsorkin