CHORE(authelia): disable velero-ui basic auth

- use Authelia SSO
This commit is contained in:
2026-01-01 23:03:07 +09:00
parent 684bf03e3e
commit 11adb91e19

View File

@@ -77,7 +77,9 @@ spec:
type: ClusterIP
port: 3000
env: []
env:
- name: BASIC_AUTH_ENABLED
value: "false"
envFrom: []
podSecurityContext: