From da507ae9d899e7891fd31e66d06d0447df626f6a Mon Sep 17 00:00:00 2001 From: William P Date: Tue, 4 Mar 2025 14:49:35 -0500 Subject: [PATCH] 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: