Skip to content

Commit fea00c9

Browse files
author
Barkha Choithani
committed
updated secret mapping for wallet-password
1 parent e176fee commit fea00c9

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

charts/templates/secret.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ metadata:
88
type: kubernetes.io/basic-auth
99
stringData:
1010
username: {{ .Values.auth.adminUsername}}
11-
password: {{ .Values.auth.adminPassword}}
11+
password: {{ .Values.auth.adminPassword}}
12+
wallet-password: {{ .Values.auth.walletPassword}}

charts/templates/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ spec:
8585
valueFrom:
8686
secretKeyRef:
8787
name: {{ include "marklogic.fullname" . }}
88-
key: password
88+
key: walletPassword
8989
- name: MARKLOGIC_GROUP
9090
value: {{ .Values.group.name }}
9191
envFrom:

charts/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ fullnameOverride: ""
4545
auth:
4646
adminUsername: admin
4747
adminPassword: admin
48+
walletPassword: admin
4849

4950
# Configure Affinity property for scheduling pods to nodes
5051
# ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity

0 commit comments

Comments
 (0)