Browse Source

Merge pull request #10471 from sdodson/apiserver-pki

Mount /etc/pki into apiserver pod
Scott Dodson 6 years ago
parent
commit
dc94ddd02d
1 changed files with 5 additions and 0 deletions
  1. 5 0
      roles/openshift_control_plane/files/apiserver.yaml

+ 5 - 0
roles/openshift_control_plane/files/apiserver.yaml

@@ -34,6 +34,8 @@ spec:
        name: master-cloud-provider
      - mountPath: /var/lib/origin/
        name: master-data
+     - mountPath: /etc/pki
+       name: master-pki
     livenessProbe:
       httpGet:
         scheme: HTTPS
@@ -58,3 +60,6 @@ spec:
   - name: master-data
     hostPath:
       path: /var/lib/origin
+  - name: master-pki
+    hostPath:
+      path: /etc/pki