add namespace to authentik proxy

This commit is contained in:
2024-05-16 13:44:28 -05:00
parent 4d3574ffa8
commit f3d629fe00
3 changed files with 4 additions and 2 deletions

View File

@@ -31,4 +31,5 @@ spec:
- kind: Service
name: {{ .Values.ingressRoute.authentik.outpost }}
port: {{ .Values.ingressRoute.authentik.port }}
namespace: {{ .Values.ingressRoute.authentik.namespace }}
{{- end }}