File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 9
9
{{- if ne .Values.bootstrapHostName "" }}
10
10
MARKLOGIC_BOOTSTRAP_HOST : {{ .Values.bootstrapHostName }}
11
11
{{- else }}
12
- MARKLOGIC_BOOTSTRAP_HOST : {{ include "marklogic.fullname " . }}-0
12
+ MARKLOGIC_BOOTSTRAP_HOST : {{ include "marklogic.fqdn " . }}
13
13
{{- end }}
14
14
MARKLOGIC_FQDN_SUFFIX : {{ include "marklogic.headlessURL" . }}
15
15
MARKLOGIC_INIT : " true"
Original file line number Diff line number Diff line change @@ -270,9 +270,6 @@ spec:
270
270
{{- with .Values.nodeSelector }}
271
271
nodeSelector : {{- toYaml . | nindent 8}}
272
272
{{- end }}
273
- dnsConfig :
274
- searches :
275
- - {{ include "marklogic.headlessURL" . }}
276
273
{{- if .Values.imagePullSecret }}
277
274
imagePullSecrets :
278
275
- name : {{ include "marklogic.fullname" . }}-registry
You can’t perform that action at this time.
0 commit comments