Skip to content

Commit d29af42

Browse files
author
Arvind Thirumurugan
committed
remove wait, timeout flags
1 parent ba7f672 commit d29af42

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

charts/hub-agent/templates/deployment.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ spec:
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 }}

charts/hub-agent/values.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ crdInstaller:
1919
tag: main
2020
mode: hub
2121
logVerbosity: 2
22-
waitForCRDs: true
23-
timeout: 60
2422

2523
logVerbosity: 5
2624

charts/member-agent/templates/deployment.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ spec:
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 }}

charts/member-agent/values.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ crdInstaller:
1414
tag: main
1515
mode: member
1616
logVerbosity: 2
17-
waitForCRDs: true
18-
timeout: 60
1917

2018
logVerbosity: 5
2119

0 commit comments

Comments
 (0)