Skip to content

Commit

Permalink
fix: Reintroduce mutatingwebhook.yaml
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
raykrueger authored and dims committed Feb 24, 2023
1 parent 131e8e1 commit c33767b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,14 @@ deploy-config: prep-config
kubectl apply -f deploy/auth.yaml
kubectl apply -f deploy/deployment.yaml
kubectl apply -f deploy/service.yaml
kubectl apply -f deploy/mutatingwebhook.yaml

delete-config:
@echo 'Tearing down mutating controller and associated resources...'
kubectl delete -f deploy/service.yaml
kubectl delete -f deploy/deployment.yaml
kubectl delete -f deploy/auth.yaml
kubectl delete -f deploy/mutatingwebhook.yaml
kubectl delete secret pod-identity-webhook-cert

clean::
Expand Down

0 comments on commit c33767b

Please sign in to comment.