We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7c994 commit fdb5bb1Copy full SHA for fdb5bb1
1 file changed
charts/hub-agent/templates/deployment.yaml
@@ -26,15 +26,6 @@ spec:
26
fsGroup: 65532
27
seccompProfile:
28
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 }}
38
containers:
39
- name: {{ .Chart.Name }}
40
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
0 commit comments