Skip to content

Commit fdb5bb1

Browse files
committed
Dropped irrelevant changes
Signed-off-by: michaelawyu <chenyu1@microsoft.com>
1 parent fb7c994 commit fdb5bb1

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

charts/hub-agent/templates/deployment.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,6 @@ spec:
2626
fsGroup: 65532
2727
seccompProfile:
2828
type: RuntimeDefault
29-
initContainers:
30-
{{- if .Values.crdInstaller.enabled }}
31-
- name: crd-installer
32-
image: "{{ .Values.crdInstaller.image.repository }}:{{ .Values.crdInstaller.image.tag }}"
33-
imagePullPolicy: {{ .Values.crdInstaller.image.pullPolicy }}
34-
args:
35-
- --mode=hub
36-
- --v={{ .Values.crdInstaller.logVerbosity }}
37-
{{- end }}
3829
containers:
3930
- name: {{ .Chart.Name }}
4031
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"

0 commit comments

Comments
 (0)