Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

Commit 069010b

Browse files
committed
fix(helm): remove imagePullSecret as all images used are public
1 parent 1ba0e17 commit 069010b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

helm/dothill-provisioner/templates/daemonset.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ spec:
1919
spec:
2020
{{ if .Values.pspAdmissionControllerEnabled }}serviceAccount: csi-node-registrar{{ end }}
2121
hostNetwork: true
22-
imagePullSecrets:
23-
- name: {{ .Values.imagePullSecretsName }}
2422
containers:
2523
- name: {{ .Release.Name }}-node
2624
image: {{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}

helm/dothill-provisioner/values.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
# # This is a YAML-formatted file.
33
# # Declare variables to be passed into your templates.
44

5-
imagePullSecretsName: regcred
6-
75
kubeletPath: /var/lib/kubelet
86

97
image:

0 commit comments

Comments
 (0)