From da507ae9d899e7891fd31e66d06d0447df626f6a Mon Sep 17 00:00:00 2001 From: William P Date: Tue, 4 Mar 2025 14:49:35 -0500 Subject: [PATCH 1/4] mount cert to authentik --- authentik/values.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/authentik/values.yaml b/authentik/values.yaml index 0dfe436..2f25b5d 100644 --- a/authentik/values.yaml +++ b/authentik/values.yaml @@ -1,4 +1,13 @@ authentik: + server: + volumeMounts: + - name: cert-dubyatp-xyz + readOnly: true + mountPath: "/certs" + volumes: + - name: cert-dubyatp-xyz + secret: + secretName: cert-dubyatp-xyz postgresql: enabled: true image: From 3f235affb473a32a24e4a079433969c8e93637cc Mon Sep 17 00:00:00 2001 From: William P Date: Tue, 4 Mar 2025 14:53:18 -0500 Subject: [PATCH 2/4] add certs to workers too --- authentik/values.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/authentik/values.yaml b/authentik/values.yaml index 2f25b5d..918d15b 100644 --- a/authentik/values.yaml +++ b/authentik/values.yaml @@ -8,6 +8,15 @@ authentik: - name: cert-dubyatp-xyz secret: secretName: cert-dubyatp-xyz + worker: + volumeMounts: + - name: cert-dubyatp-xyz + readOnly: true + mountPath: "/certs" + volumes: + - name: cert-dubyatp-xyz + secret: + secretName: cert-dubyatp-xyz postgresql: enabled: true image: From 8d8cee04aedd5ee0a661c297c8b83315d5f837b9 Mon Sep 17 00:00:00 2001 From: William P Date: Tue, 4 Mar 2025 15:11:18 -0500 Subject: [PATCH 3/4] authentik: trying to get the certs to be detected --- authentik/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/authentik/values.yaml b/authentik/values.yaml index 918d15b..4e5b0b7 100644 --- a/authentik/values.yaml +++ b/authentik/values.yaml @@ -3,7 +3,7 @@ authentik: volumeMounts: - name: cert-dubyatp-xyz readOnly: true - mountPath: "/certs" + mountPath: "/certs/dubyatp-xyz" volumes: - name: cert-dubyatp-xyz secret: @@ -12,7 +12,7 @@ authentik: volumeMounts: - name: cert-dubyatp-xyz readOnly: true - mountPath: "/certs" + mountPath: "/certs/dubyatp-xyz" volumes: - name: cert-dubyatp-xyz secret: From 31c406e2d0c7cb5a79a1ec61da12f45885ce5385 Mon Sep 17 00:00:00 2001 From: William P Date: Tue, 4 Mar 2025 15:14:08 -0500 Subject: [PATCH 4/4] authentik: trying this https://github.com/goauthentik/authentik/issues/5888 --- authentik/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/authentik/values.yaml b/authentik/values.yaml index 4e5b0b7..c1a3dc5 100644 --- a/authentik/values.yaml +++ b/authentik/values.yaml @@ -7,6 +7,7 @@ authentik: volumes: - name: cert-dubyatp-xyz secret: + defaultMode: 0644 secretName: cert-dubyatp-xyz worker: volumeMounts: