CHORE(authelia): disable velero-ui Basic Auth
- use Authelia SSO only
This commit is contained in:
@@ -77,17 +77,7 @@ spec:
|
|||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
port: 3000
|
port: 3000
|
||||||
|
|
||||||
env:
|
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
|
|
||||||
envFrom: []
|
envFrom: []
|
||||||
|
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
|
|||||||
Reference in New Issue
Block a user