Skip to content

Commit c1b41dd

Browse files
sumanthravipatiSumanth Ravipati
andauthored
CLD-671: Feature changes commit (#84)
Co-authored-by: Sumanth Ravipati <[email protected]>
1 parent fa53785 commit c1b41dd

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

charts/templates/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ data:
99
{{- if ne .Values.bootstrapHostName "" }}
1010
MARKLOGIC_BOOTSTRAP_HOST: {{ .Values.bootstrapHostName }}
1111
{{- else }}
12-
MARKLOGIC_BOOTSTRAP_HOST: {{ include "marklogic.fullname" . }}-0
12+
MARKLOGIC_BOOTSTRAP_HOST: {{ include "marklogic.fqdn" . }}
1313
{{- end }}
1414
MARKLOGIC_FQDN_SUFFIX: {{ include "marklogic.headlessURL" . }}
1515
MARKLOGIC_INIT: "true"

charts/templates/statefulset.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,9 +270,6 @@ spec:
270270
{{- with .Values.nodeSelector }}
271271
nodeSelector: {{- toYaml . | nindent 8}}
272272
{{- end }}
273-
dnsConfig:
274-
searches:
275-
- {{ include "marklogic.headlessURL" . }}
276273
{{- if .Values.imagePullSecret }}
277274
imagePullSecrets:
278275
- name: {{ include "marklogic.fullname" . }}-registry

0 commit comments

Comments
 (0)