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 port: 3000
# Environment variables # Environment variables
env: [] env:
envFrom: - name: BASIC_AUTH_USERNAME
- secretRef: valueFrom:
name: velero-ui-secret secretKeyRef:
name: velero-ui-secret
key: username
- name: BASIC_AUTH_PASSWORD
valueFrom:
secretKeyRef:
name: velero-ui-secret
key: password
envFrom: []
# Pod security context # Pod security context
podSecurityContext: podSecurityContext: