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: