added webhook validation
This commit is contained in:
parent
a021fab543
commit
dd88498e0d
6 changed files with 158 additions and 21 deletions
1
build.sh
1
build.sh
|
|
@ -4,5 +4,6 @@ source env.txt
|
|||
kubectl -n webhook-interceptor delete deploy webhook-interceptor
|
||||
ko apply -f config/
|
||||
kubectl apply -f secret.yaml
|
||||
kubectl apply -f webhook-secret.yaml
|
||||
sleep 10
|
||||
kubectl -n webhook-interceptor logs -f $(kubectl -n webhook-interceptor get pod -ojsonpath='{.items[0].metadata.name}')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue