fix flag provided but not defined error again

The same fix as previous:
  The `-v 1` arg is treated as single word thus klog throws
  "flag provided but not defined: -v 1" error.

This time it's in the webhook kustomize base.
This commit is contained in:
Ed Bartosh 2020-04-09 10:55:38 +03:00
parent 33f09160e0
commit 1ce6a1fb89

View File

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