diff --git a/authentik/values.yaml b/authentik/values.yaml index 0dfe436..c1a3dc5 100644 --- a/authentik/values.yaml +++ b/authentik/values.yaml @@ -1,4 +1,23 @@ authentik: + server: + volumeMounts: + - name: cert-dubyatp-xyz + readOnly: true + mountPath: "/certs/dubyatp-xyz" + volumes: + - name: cert-dubyatp-xyz + secret: + defaultMode: 0644 + secretName: cert-dubyatp-xyz + worker: + volumeMounts: + - name: cert-dubyatp-xyz + readOnly: true + mountPath: "/certs/dubyatp-xyz" + volumes: + - name: cert-dubyatp-xyz + secret: + secretName: cert-dubyatp-xyz postgresql: enabled: true image: