Skip to content

Commit 4835676

Browse files
Wei WengWei Weng
authored andcommitted
remove enableV1Beta1APIs gate for CRD installer
Signed-off-by: Wei Weng <Wei.Weng@microsoft.com>
1 parent b656840 commit 4835676

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/hub-agent/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
spec:
2121
serviceAccountName: {{ include "hub-agent.fullname" . }}-sa
2222
initContainers:
23-
{{- if and .Values.crdInstaller.enabled .Values.enableV1Beta1APIs }}
23+
{{- if and .Values.crdInstaller.enabled }}
2424
- name: crd-installer
2525
image: "{{ .Values.crdInstaller.image.repository }}:{{ .Values.crdInstaller.image.tag }}"
2626
imagePullPolicy: {{ .Values.crdInstaller.image.pullPolicy }}

0 commit comments

Comments
 (0)