Revert ES fixes as servicemonitor is retarted
This commit is contained in:
parent
51d9dc48fc
commit
3e55e27bf1
@ -12,4 +12,5 @@ metadata:
|
|||||||
{{ include "kubezero-lib.labels" . | indent 4 }}
|
{{ include "kubezero-lib.labels" . | indent 4 }}
|
||||||
data:
|
data:
|
||||||
elastic: {{ .Values.elastic_password | b64enc | quote }}
|
elastic: {{ .Values.elastic_password | b64enc | quote }}
|
||||||
|
username: {{ "elastic" | b64enc | quote }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
@ -10,7 +10,9 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
endpoints:
|
endpoints:
|
||||||
- basicAuth:
|
- basicAuth:
|
||||||
username: elastic
|
username:
|
||||||
|
name: {{ template "kubezero-lib.fullname" $ }}-es-elastic-user
|
||||||
|
key: username
|
||||||
password:
|
password:
|
||||||
name: {{ template "kubezero-lib.fullname" $ }}-es-elastic-user
|
name: {{ template "kubezero-lib.fullname" $ }}-es-elastic-user
|
||||||
key: elastic
|
key: elastic
|
||||||
|
Loading…
Reference in New Issue
Block a user