From 9385a13d5fd418a8df4b574808109a41ec3bfad5 Mon Sep 17 00:00:00 2001 From: Scooby Husky Date: Tue, 10 Mar 2026 22:28:10 -0500 Subject: [PATCH] Add manifests source to scylla-manager ArgoCD Application The scylla-manager Application was missing the third source for raw manifests, so the VirtualService in infrastructure/scylla/manifests/ was never deployed. This caused Kiali to flag the ext-authz policy host as having no matching service entry. Also removed stale PERMISSIVE PeerAuthentication from authentik namespace (manually applied, not in git, unnecessary with mesh-wide STRICT mTLS). Co-Authored-By: Claude Opus 4.6 --- argocd-apps/infrastructure/scylla-manager.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/argocd-apps/infrastructure/scylla-manager.yaml b/argocd-apps/infrastructure/scylla-manager.yaml index 75be67a..08cc3a2 100644 --- a/argocd-apps/infrastructure/scylla-manager.yaml +++ b/argocd-apps/infrastructure/scylla-manager.yaml @@ -19,6 +19,9 @@ spec: - repoURL: https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git targetRevision: main ref: values + - repoURL: https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git + targetRevision: main + path: infrastructure/scylla/manifests destination: server: https://kubernetes.default.svc namespace: scylla-manager