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