We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42dc69d commit fce5458Copy full SHA for fce5458
bindata/assets/kube-apiserver/pod.yaml
@@ -103,6 +103,8 @@ spec:
103
name: audit-dir
104
- mountPath: /tmp
105
name: tmp-dir
106
+ - mountPath: /etc/pki/ca-trust/extracted/pem
107
+ name: ca-bundle-dir
108
livenessProbe:
109
httpGet:
110
scheme: HTTPS
@@ -301,3 +303,5 @@ spec:
301
303
302
304
- emptyDir: {}
305
306
+ - emptyDir: {}
307
0 commit comments