File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,4 +8,5 @@ metadata:
8
8
type : kubernetes.io/basic-auth
9
9
stringData :
10
10
username : {{ .Values.auth.adminUsername}}
11
- password : {{ .Values.auth.adminPassword}}
11
+ password : {{ .Values.auth.adminPassword}}
12
+ wallet-password : {{ .Values.auth.walletPassword}}
Original file line number Diff line number Diff line change 85
85
valueFrom :
86
86
secretKeyRef :
87
87
name : {{ include "marklogic.fullname" . }}
88
- key : password
88
+ key : walletPassword
89
89
- name : MARKLOGIC_GROUP
90
90
value : {{ .Values.group.name }}
91
91
envFrom :
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ fullnameOverride: ""
45
45
auth :
46
46
adminUsername : admin
47
47
adminPassword : admin
48
+ walletPassword : admin
48
49
49
50
# Configure Affinity property for scheduling pods to nodes
50
51
# ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity
You can’t perform that action at this time.
0 commit comments