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 516a35a commit 59891f3Copy full SHA for 59891f3
charts/templates/configmap.yaml
@@ -14,6 +14,8 @@ data:
14
MARKLOGIC_FQDN_SUFFIX: {{ include "marklogic.headlessURL" . }}
15
MARKLOGIC_INIT: "true"
16
MARKLOGIC_JOIN_CLUSTER: "true"
17
+ MARKLOGIC_GROUP: {{ .Values.group.name }}
18
+ XDQP_SSL_ENABLED: {{ quote .Values.group.enableXdqpSsl }}
19
---
20
{{- if .Values.logCollection.enabled }}
21
apiVersion: v1
charts/templates/statefulset.yaml
@@ -64,10 +64,6 @@ spec:
64
[ $i -eq 5 ] && exit 1
65
done
66
env:
67
- - name: MARKLOGIC_GROUP
68
- value: {{ .Values.group.name }}
69
- - name: XDQP_SSL_ENABLED
70
- value: {{ quote .Values.group.enableXdqpSsl }}
71
- name: MARKLOGIC_ADMIN_USERNAME
72
valueFrom:
73
secretKeyRef:
0 commit comments