|
@@ -31,6 +31,8 @@ spec:
|
|
name: master-config
|
|
name: master-config
|
|
- mountPath: /etc/origin/cloudprovider/
|
|
- mountPath: /etc/origin/cloudprovider/
|
|
name: master-cloud-provider
|
|
name: master-cloud-provider
|
|
|
|
+ - mountPath: /etc/containers/registries.d/
|
|
|
|
+ name: signature-import
|
|
livenessProbe:
|
|
livenessProbe:
|
|
httpGet:
|
|
httpGet:
|
|
scheme: HTTPS
|
|
scheme: HTTPS
|
|
@@ -44,4 +46,7 @@ spec:
|
|
path: /etc/origin/master/
|
|
path: /etc/origin/master/
|
|
- name: master-cloud-provider
|
|
- name: master-cloud-provider
|
|
hostPath:
|
|
hostPath:
|
|
- path: /etc/origin/cloudprovider
|
|
|
|
|
|
+ path: /etc/origin/cloudprovider
|
|
|
|
+ - hostPath:
|
|
|
|
+ path: /etc/containers/registries.d
|
|
|
|
+ name: signature-import
|