We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da24380 commit 4661bb8Copy full SHA for 4661bb8
charts/member-agent/templates/deployment.yaml
@@ -17,7 +17,7 @@ spec:
17
restartPolicy: Always
18
serviceAccountName: {{ include "member-agent.fullname" . }}-sa
19
initContainers:
20
- {{- if and .Values.crdInstaller.enabled .Values.enableV1Beta1APIs }}
+ {{- if .Values.crdInstaller.enabled }}
21
- name: crd-installer
22
image: "{{ .Values.crdInstaller.image.repository }}:{{ .Values.crdInstaller.image.tag }}"
23
imagePullPolicy: {{ .Values.crdInstaller.image.pullPolicy }}
0 commit comments