CHORE(authelia): disable velero-ui Basic Auth
- use Authelia SSO only
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user