Skip to content

Commit c33767b

Browse files
raykruegerdims
authored andcommitted
fix: Reintroduce mutatingwebhook.yaml
It looks like when the webhook ca stuff was removed the mutatingwebhook.yaml was removed as well. This commit simply adds the corresponding aply and delete for that manifest.
1 parent 131e8e1 commit c33767b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,14 @@ deploy-config: prep-config
7878
kubectl apply -f deploy/auth.yaml
7979
kubectl apply -f deploy/deployment.yaml
8080
kubectl apply -f deploy/service.yaml
81+
kubectl apply -f deploy/mutatingwebhook.yaml
8182

8283
delete-config:
8384
@echo 'Tearing down mutating controller and associated resources...'
8485
kubectl delete -f deploy/service.yaml
8586
kubectl delete -f deploy/deployment.yaml
8687
kubectl delete -f deploy/auth.yaml
88+
kubectl delete -f deploy/mutatingwebhook.yaml
8789
kubectl delete secret pod-identity-webhook-cert
8890

8991
clean::

0 commit comments

Comments
 (0)