heimdall certs

This commit is contained in:
Philip Haupt
2025-07-23 23:25:24 +02:00
parent 715d28f04b
commit ce8b0fbfe4

View File

@@ -102,6 +102,15 @@ spec:
volumeMounts:
- mountPath: /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
enableServiceLinks: true
serviceAccountName: default
@@ -109,3 +118,6 @@ spec:
- name: config
persistentVolumeClaim:
claimName: heimdall-config
- name: ca-cert-volume
configMap:
name: ca-certs