diff --git a/chart/kubedb-catalog/templates/elasticsearch.yaml b/chart/kubedb-catalog/templates/elasticsearch.yaml index 488fbabc5..e1a52fa6c 100644 --- a/chart/kubedb-catalog/templates/elasticsearch.yaml +++ b/chart/kubedb-catalog/templates/elasticsearch.yaml @@ -232,7 +232,6 @@ spec: image: "{{ .Values.dockerRegistry }}/elasticsearch_exporter:1.0.2" tools: image: "{{ .Values.dockerRegistry }}/elasticsearch-tools:6.3-v1" -{{ end }} --- apiVersion: catalog.kubedb.com/v1alpha1 @@ -271,4 +270,5 @@ spec: image: "{{ .Values.dockerRegistry }}/elasticsearch_exporter:1.0.2" tools: image: "{{ .Values.dockerRegistry }}/elasticsearch-tools:6.4" - {{ end }} + +{{ end }} diff --git a/chart/kubedb-catalog/templates/mysql.yaml b/chart/kubedb-catalog/templates/mysql.yaml index 8e16e884c..24ec4d4bd 100644 --- a/chart/kubedb-catalog/templates/mysql.yaml +++ b/chart/kubedb-catalog/templates/mysql.yaml @@ -115,8 +115,6 @@ spec: image: "{{ .Values.dockerRegistry }}/mysqld-exporter:v0.11.0" tools: image: "{{ .Values.dockerRegistry }}/mysql-tools:8-v1" - {{ end }} - --- apiVersion: catalog.kubedb.com/v1alpha1 kind: MySQLVersion