File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
manifests/supervisorcluster Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -401,7 +401,7 @@ spec:
401
401
- name : vsphere-csi-controller
402
402
image : localhost:5000/vmware/vsphere-csi:<vsphere_csi_ver>
403
403
args :
404
- - " --enable-profile-server=false "
404
+ - " --enable-profile-server=true "
405
405
ports :
406
406
- containerPort : 2112
407
407
name : prometheus
@@ -473,7 +473,7 @@ spec:
473
473
- " --leader-election-retry-period=30s"
474
474
- " --storagequota-sync-interval=10m"
475
475
- " --webhook-client-cert-verification"
476
- - " --enable-profile-server=false "
476
+ - " --enable-profile-server=true "
477
477
env :
478
478
- name : CLUSTER_FLAVOR
479
479
value : " WORKLOAD"
Original file line number Diff line number Diff line change @@ -404,7 +404,7 @@ spec:
404
404
- name : vsphere-csi-controller
405
405
image : localhost:5000/vmware/vsphere-csi:<vsphere_csi_ver>
406
406
args :
407
- - " --enable-profile-server=false "
407
+ - " --enable-profile-server=true "
408
408
ports :
409
409
- containerPort : 2112
410
410
name : prometheus
@@ -476,7 +476,7 @@ spec:
476
476
- " --leader-election-retry-period=30s"
477
477
- " --storagequota-sync-interval=10m"
478
478
- " --webhook-client-cert-verification"
479
- - " --enable-profile-server=false "
479
+ - " --enable-profile-server=true "
480
480
env :
481
481
- name : CLUSTER_FLAVOR
482
482
value : " WORKLOAD"
Original file line number Diff line number Diff line change @@ -404,7 +404,7 @@ spec:
404
404
- name : vsphere-csi-controller
405
405
image : localhost:5000/vmware/vsphere-csi:<vsphere_csi_ver>
406
406
args :
407
- - " --enable-profile-server=false "
407
+ - " --enable-profile-server=true "
408
408
ports :
409
409
- containerPort : 2112
410
410
name : prometheus
@@ -476,7 +476,7 @@ spec:
476
476
- " --leader-election-retry-period=30s"
477
477
- " --storagequota-sync-interval=10m"
478
478
- " --webhook-client-cert-verification"
479
- - " --enable-profile-server=false "
479
+ - " --enable-profile-server=true "
480
480
env :
481
481
- name : CLUSTER_FLAVOR
482
482
value : " WORKLOAD"
Original file line number Diff line number Diff line change @@ -404,7 +404,7 @@ spec:
404
404
- name : vsphere-csi-controller
405
405
image : localhost:5000/vmware/vsphere-csi:<vsphere_csi_ver>
406
406
args :
407
- - " --enable-profile-server=false "
407
+ - " --enable-profile-server=true "
408
408
ports :
409
409
- containerPort : 2112
410
410
name : prometheus
@@ -476,7 +476,7 @@ spec:
476
476
- " --leader-election-retry-period=30s"
477
477
- " --storagequota-sync-interval=10m"
478
478
- " --webhook-client-cert-verification"
479
- - " --enable-profile-server=false "
479
+ - " --enable-profile-server=true "
480
480
env :
481
481
- name : CLUSTER_FLAVOR
482
482
value : " WORKLOAD"
You can’t perform that action at this time.
0 commit comments