We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e448a4a commit 28680cdCopy full SHA for 28680cd
charts/values.yaml
@@ -50,7 +50,7 @@ fullnameOverride: ""
50
# Configure Marklogic Admin Username and Password
51
auth:
52
adminUsername: admin
53
- adminPassword: admin
+ adminPassword: ""
54
55
# Configure Affinity property for scheduling pods to nodes
56
# ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity
@@ -65,7 +65,7 @@ nodeSelector: {}
65
# The "" storageClass will use the default storage class for your cluster. (gp2 for EKS, standard for Minikube)
66
# If set the enabled to false, it will use EmptyDir volume
67
persistence:
68
- enabled: true
+ enabled: false
69
storageClass: ""
70
size: 10Gi
71
annotations: {}
0 commit comments