Compare commits
5 Commits
Author | SHA1 | Date |
---|---|---|
|
04d1afc71d | |
|
6434092d7c | |
|
0aed15c49f | |
|
3080740142 | |
|
f186d9c6de |
|
@ -26,7 +26,7 @@ spec:
|
||||||
- --dispatch-period=1s
|
- --dispatch-period=1s
|
||||||
- -v=5
|
- -v=5
|
||||||
- 2>&1
|
- 2>&1
|
||||||
imagePullPolicy: Never
|
imagePullPolicy: IfNotPresent
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: webhook-config
|
- name: webhook-config
|
||||||
mountPath: /etc/kubeconfig
|
mountPath: /etc/kubeconfig
|
||||||
|
|
|
@ -32,7 +32,7 @@ spec:
|
||||||
- -v=5
|
- -v=5
|
||||||
- 2>&1
|
- 2>&1
|
||||||
image: volcanosh/volcano-global-webhook-manager:latest
|
image: volcanosh/volcano-global-webhook-manager:latest
|
||||||
imagePullPolicy: Never
|
imagePullPolicy: IfNotPresent
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /admission.local.config/certificates
|
- mountPath: /admission.local.config/certificates
|
||||||
name: admission-certs
|
name: admission-certs
|
||||||
|
@ -79,7 +79,7 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: main
|
- name: main
|
||||||
image: volcanosh/volcano-global-webhook-manager:latest
|
image: volcanosh/volcano-global-webhook-manager:latest
|
||||||
imagePullPolicy: Never
|
imagePullPolicy: IfNotPresent
|
||||||
command: ["./gen-admission-secret.sh", "--service", "volcano-global-webhook", "--namespace",
|
command: ["./gen-admission-secret.sh", "--service", "volcano-global-webhook", "--namespace",
|
||||||
"volcano-global", "--secret", "volcano-global-webhook-cert"]
|
"volcano-global", "--secret", "volcano-global-webhook-cert"]
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in New Issue