File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 {{- toYaml .Values.podAnnotations | nindent 8 }}
2222 {{- end }}
2323 spec :
24+ {{- with .Values.image.pullSecrets }}
25+ imagePullSecrets :
26+ {{- toYaml . | nindent 8 }}
27+ {{- end }}
2428 serviceAccountName : {{ include "hcloud-cloud-controller-manager.name" . }}
2529 dnsPolicy : Default
2630 tolerations :
Original file line number Diff line number Diff line change 2222 {{- toYaml .Values.podAnnotations | nindent 8 }}
2323 {{- end }}
2424 spec :
25+ {{- with .Values.image.pullSecrets }}
26+ imagePullSecrets :
27+ {{- toYaml . | nindent 8 }}
28+ {{- end }}
2529 serviceAccountName : {{ include "hcloud-cloud-controller-manager.name" . }}
2630 dnsPolicy : Default
2731 tolerations :
Original file line number Diff line number Diff line change 6161image :
6262 repository : docker.io/hetznercloud/hcloud-cloud-controller-manager
6363 tag : " v{{ $.Chart.Version }}"
64+ # Optionally specify an array of imagePullSecrets.
65+ # Secrets must be manually created in the namespace.
66+ # ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
67+ # e.g:
68+ # pullSecrets:
69+ # - myRegistryKeySecretName
70+ #
71+ pullSecrets : []
6472
6573monitoring :
6674 # When enabled, the hccm Pod will serve metrics on port :8233
You can’t perform that action at this time.
0 commit comments