File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,12 @@ spec:
114114 name : serving-cert
115115 - mountPath : /var/run/secrets/encryption-config
116116 name : encryption-config
117+ - mountPath : /var/run/secrets/loopback/apiserver-loopback-client__.crt
118+ name : loopback-cert
119+ subPath : " tls.crt"
120+ - mountPath : /var/run/secrets/loopback/apiserver-loopback-client__.key
121+ name : loopback-cert
122+ subPath : " tls.key"
117123 - mountPath : /var/log/oauth-apiserver
118124 name : audit-dir
119125 livenessProbe :
@@ -174,6 +180,9 @@ spec:
174180 - hostPath :
175181 path : /var/log/oauth-apiserver
176182 name : audit-dir
183+ - name : loopback-cert
184+ secret :
185+ secretName : loopback
177186 nodeSelector :
178187 node-role.kubernetes.io/master : " "
179188 tolerations :
You can’t perform that action at this time.
0 commit comments