FIX(velero): velero-ui auth: use explicit env

- instead of en...
This commit is contained in:
2025-12-27 21:29:58 +09:00
parent 044cae85e3
commit 3b2768c9f0

View File

@@ -39,10 +39,18 @@ spec:
port: 3000
# Environment variables
env: []
envFrom:
- secretRef:
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: []
# Pod security context
podSecurityContext: