File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 runAsGroup : 65532
4646 seccompProfile :
4747 type : RuntimeDefault
48+ {{- with .Values.imagePullSecrets }}
49+ imagePullSecrets :
50+ {{- toYaml . | nindent 8 }}
51+ {{- end }}
4852 serviceAccountName : {{ include "kube-vip-cloud-provider.name" . }}
4953 {{- if .Values.nodeSelector }}
5054 nodeSelector :
Original file line number Diff line number Diff line change 1010 # Overrides the image tag whose default is the chart appVersion.
1111 # tag: "v0.0.4"
1212
13+ imagePullSecrets : []
14+
1315# Custom namespace to override the namespace for the deployed resources.
1416namespaceOverride : " "
1517
Original file line number Diff line number Diff line change 7474 hostAliases :
7575 {{- toYaml . | nindent 8 }}
7676 {{- end }}
77+ {{- with .Values.imagePullSecrets }}
78+ imagePullSecrets :
79+ {{- toYaml . | nindent 8 }}
80+ {{- end }}
7781 hostNetwork : true
7882 serviceAccountName : {{ include "kube-vip.name" . }}
7983 {{- with .Values.nodeSelector }}
You can’t perform that action at this time.
0 commit comments