fix(radicale): rm targetNamespace

due to authentik ingress
This commit is contained in:
JJGadgets
2024-09-29 22:03:19 +08:00
parent 0738b6948e
commit 7a3158b565

View File

@@ -10,7 +10,7 @@ spec:
commonMetadata:
labels: *l
path: ./kube/deploy/apps/radicale/app
targetNamespace: "radicale"
#targetNamespace: "radicale" # authentik forward-auth
dependsOn:
- name: radicale-pvc
---