hierarchical-namespaces icon indicating copy to clipboard operation
hierarchical-namespaces copied to clipboard

add respective value to chart values file to support private repo with image pull secret

Open dhorner71 opened this issue 4 months ago • 0 comments

add imagePullSecrets and respective templating.

default:

imagePullSecrets: []

templating:

{{- with .Values.imagePullSecrets }}
imagePullSecrets:
  {{- toYaml . | nindent 2 }}
{{- end }}

example:

imagePullSecrets:
- name: image-pull-secret

dhorner71 avatar Oct 18 '24 15:10 dhorner71