File tree Expand file tree Collapse file tree 4 files changed +0
-8
lines changed
Expand file tree Collapse file tree 4 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 2222 imagePullPolicy : {{ .Values.crdInstaller.image.pullPolicy }}
2323 args :
2424 - --mode={{ .Values.crdInstaller.mode }}
25- - --wait={{ .Values.crdInstaller.waitForCRDs }}
26- - --timeout={{ .Values.crdInstaller.timeout }}
2725 - --v={{ .Values.crdInstaller.logVerbosity }}
2826 - --enablev1alpha1API={{ .Values.enableV1Alpha1APIs }}
2927 - --enablev1beta1API={{ .Values.enableV1Beta1APIs }}
Original file line number Diff line number Diff line change @@ -19,8 +19,6 @@ crdInstaller:
1919 tag : main
2020 mode : hub
2121 logVerbosity : 2
22- waitForCRDs : true
23- timeout : 60
2422
2523logVerbosity : 5
2624
Original file line number Diff line number Diff line change 2323 imagePullPolicy : {{ .Values.crdInstaller.image.pullPolicy }}
2424 args :
2525 - --mode={{ .Values.crdInstaller.mode }}
26- - --wait={{ .Values.crdInstaller.waitForCRDs }}
27- - --timeout={{ .Values.crdInstaller.timeout }}
2826 - --v={{ .Values.crdInstaller.logVerbosity }}
2927 - --enablev1alpha1API={{ .Values.enableV1Alpha1APIs }}
3028 - --enablev1beta1API={{ .Values.enableV1Beta1APIs }}
Original file line number Diff line number Diff line change @@ -14,8 +14,6 @@ crdInstaller:
1414 tag : main
1515 mode : member
1616 logVerbosity : 2
17- waitForCRDs : true
18- timeout : 60
1917
2018logVerbosity : 5
2119
You can’t perform that action at this time.
0 commit comments