Skip to content

Commit 28680cd

Browse files
committed
set the default password to empty in values file
1 parent e448a4a commit 28680cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ fullnameOverride: ""
5050
# Configure Marklogic Admin Username and Password
5151
auth:
5252
adminUsername: admin
53-
adminPassword: admin
53+
adminPassword: ""
5454

5555
# Configure Affinity property for scheduling pods to nodes
5656
# ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity
@@ -65,7 +65,7 @@ nodeSelector: {}
6565
# The "" storageClass will use the default storage class for your cluster. (gp2 for EKS, standard for Minikube)
6666
# If set the enabled to false, it will use EmptyDir volume
6767
persistence:
68-
enabled: true
68+
enabled: false
6969
storageClass: ""
7070
size: 10Gi
7171
annotations: {}

0 commit comments

Comments
 (0)