From 4c8b55cc9e4191fac482c15def9597aff3b2aac2 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Thu, 1 Jan 2026 20:42:45 +0900 Subject: [PATCH] CHORE(authelia): disable velero-ui Basic Auth - use Authelia SSO only --- velero/argocd.yaml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/velero/argocd.yaml b/velero/argocd.yaml index 4954b7f..2c1d4af 100644 --- a/velero/argocd.yaml +++ b/velero/argocd.yaml @@ -77,17 +77,7 @@ spec: type: ClusterIP port: 3000 - env: - - name: BASIC_AUTH_USERNAME - valueFrom: - secretKeyRef: - name: velero-ui-secret - key: username - - name: BASIC_AUTH_PASSWORD - valueFrom: - secretKeyRef: - name: velero-ui-secret - key: password + env: [] envFrom: [] podSecurityContext: