heimdall certs
This commit is contained in:
@@ -102,6 +102,15 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /config
|
- mountPath: /config
|
||||||
name: config
|
name: config
|
||||||
|
- mountPath: /etc/ssl/certs/my-root.crt
|
||||||
|
name: ca-cert-volume
|
||||||
|
subPath: root
|
||||||
|
- mountPath: /etc/ssl/certs/my-k8s.crt
|
||||||
|
name: ca-cert-volume
|
||||||
|
subPath: k8s
|
||||||
|
- mountPath: /etc/ssl/certs/my-xca.crt
|
||||||
|
name: ca-cert-volume
|
||||||
|
subPath: xca
|
||||||
dnsPolicy: ClusterFirst
|
dnsPolicy: ClusterFirst
|
||||||
enableServiceLinks: true
|
enableServiceLinks: true
|
||||||
serviceAccountName: default
|
serviceAccountName: default
|
||||||
@@ -109,3 +118,6 @@ spec:
|
|||||||
- name: config
|
- name: config
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: heimdall-config
|
claimName: heimdall-config
|
||||||
|
- name: ca-cert-volume
|
||||||
|
configMap:
|
||||||
|
name: ca-certs
|
||||||
Reference in New Issue
Block a user