Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit f10db2f

Browse files
committed
Deleting cso webhook is no longer necessary
There is no such validating webhook in cso v0.1.0-alpha.2 Signed-off-by: Roman Hros <[email protected]>
1 parent 4339be1 commit f10db2f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Tiltfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ def deploy_capo():
7575

7676
def prepare_environment():
7777
local("kubectl create namespace cluster --dry-run=client -o yaml | kubectl apply -f -")
78-
# Delete CSO validating webhook
79-
local("kubectl delete validatingwebhookconfiguration cso-validating-webhook-configuration")
78+
8079
# if it's already present then don't copy
8180
# if not os.path.exists('.clusterstack.yaml'):
8281
# local("cp config/cspo/clusterstack.yaml .clusterstack.yaml")

0 commit comments

Comments
 (0)