File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 48
48
secretName : tls-assets-nc-diag-agent
49
49
{{- end }}
50
50
{{- end }}
51
+ {{- with .Values.imagePullSecrets }}
51
52
imagePullSecrets :
52
- - name : {{ .Values.IMAGE_PULL_SECRET_NAME }}
53
+ {{- toYaml . | nindent 8 }}
54
+ {{- end }}
53
55
containers :
54
56
- name : {{ .Values.SERVICE_NAME }}
55
57
image : ' {{ .Values.IMAGE_REPOSITORY }}:{{ .Values.TAG }}'
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ARTIFACT_DESCRIPTOR_VERSION: ''
9
9
IMAGE_REPOSITORY : ghcr.io/netcracker/diag-proxy
10
10
TAG : main
11
11
# --- The name of the secret in Kubernetes that provides access to the private Docker registry
12
- IMAGE_PULL_SECRET_NAME : regcred
12
+ imagePullSecrets : []
13
13
# ## Deployment parameters
14
14
15
15
# --- Number of diag-proxy replicas (pods per deployment)
You can’t perform that action at this time.
0 commit comments