From ce8b0fbfe4e8cfa80e3efa19cad6a93b545d9f11 Mon Sep 17 00:00:00 2001 From: Philip Haupt <“der.mad.mob@gmail.com”> Date: Wed, 23 Jul 2025 23:25:24 +0200 Subject: [PATCH] heimdall certs --- heimdall/main.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/heimdall/main.yaml b/heimdall/main.yaml index e086a0c..8f297d8 100644 --- a/heimdall/main.yaml +++ b/heimdall/main.yaml @@ -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 \ No newline at end of file