Merge pull request #360 from bart0sh/PR0081-webhook-kustomize-v1-fix

fix flag provided but not defined error again
This commit is contained in:
Dmitry Rozhkov 2020-04-09 11:13:57 +03:00 committed by GitHub
commit d4b366e828
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ spec:
- -tls-cert-file=/etc/webhook/certs/cert.pem
- -tls-private-key-file=/etc/webhook/certs/key.pem
- -mode=preprogrammed
- -v 1
- -v=1
volumeMounts:
- name: webhook-certs
mountPath: /etc/webhook/certs