Fix incorrect secret name
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1f2bcb09ec
commit
887b6a775e
@ -36,14 +36,14 @@ spec:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: filebrowswer-secret
|
||||
key: ADMIN-PASS
|
||||
key: ADMIN_PASS
|
||||
- name: DEFAULT_USERNAME
|
||||
value: "default"
|
||||
- name: DEFAULT_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: filebrowswer-secret
|
||||
key: DEFAULT-PASS
|
||||
key: DEFAULT_PASS
|
||||
- name: BRANDING_NAME
|
||||
value: "Model Files"
|
||||
- name: AUTH_METHOD
|
||||
|
Loading…
Reference in New Issue
Block a user