fixes
This commit is contained in:
parent
ebd7d12d17
commit
ca9ac050ad
2 changed files with 4 additions and 0 deletions
|
|
@ -123,9 +123,11 @@ spec:
|
||||||
- name: config
|
- name: config
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /etc/kubernetes/pve.json
|
path: /etc/kubernetes/pve.json
|
||||||
|
type: File
|
||||||
- name: ca-certs
|
- name: ca-certs
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /etc/ssl/certs
|
path: /etc/ssl/certs
|
||||||
|
type: Directory
|
||||||
dnsPolicy: Default
|
dnsPolicy: Default
|
||||||
serviceAccountName: cloud-controller-manager
|
serviceAccountName: cloud-controller-manager
|
||||||
tolerations:
|
tolerations:
|
||||||
|
|
|
||||||
|
|
@ -100,9 +100,11 @@ spec:
|
||||||
- name: config
|
- name: config
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /etc/kubernetes/pve.json
|
path: /etc/kubernetes/pve.json
|
||||||
|
type: File
|
||||||
- name: ca-certs
|
- name: ca-certs
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /etc/ssl/certs
|
path: /etc/ssl/certs
|
||||||
|
type: Directory
|
||||||
dnsPolicy: Default
|
dnsPolicy: Default
|
||||||
serviceAccountName: pve-csr-approver
|
serviceAccountName: pve-csr-approver
|
||||||
tolerations:
|
tolerations:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue