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:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: filebrowswer-secret
|
name: filebrowswer-secret
|
||||||
key: ADMIN-PASS
|
key: ADMIN_PASS
|
||||||
- name: DEFAULT_USERNAME
|
- name: DEFAULT_USERNAME
|
||||||
value: "default"
|
value: "default"
|
||||||
- name: DEFAULT_PASSWORD
|
- name: DEFAULT_PASSWORD
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: filebrowswer-secret
|
name: filebrowswer-secret
|
||||||
key: DEFAULT-PASS
|
key: DEFAULT_PASS
|
||||||
- name: BRANDING_NAME
|
- name: BRANDING_NAME
|
||||||
value: "Model Files"
|
value: "Model Files"
|
||||||
- name: AUTH_METHOD
|
- name: AUTH_METHOD
|
||||||
|
Loading…
Reference in New Issue
Block a user