This commit is contained in:
ston1th 2020-11-01 01:20:05 +01:00
commit ca9ac050ad
2 changed files with 4 additions and 0 deletions

View file

@ -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:

View file

@ -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: