瀏覽代碼

mount host signature lookaside configuration

Ben Parees 6 年之前
父節點
當前提交
e48a2f9fd0
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      roles/openshift_control_plane/files/controller.yaml

+ 6 - 1
roles/openshift_control_plane/files/controller.yaml

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