mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
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:
parent
33f09160e0
commit
1ce6a1fb89
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user