From 428914c571d209c877f7fd9f713b051a2d64dce5 Mon Sep 17 00:00:00 2001 From: Femi Novia Lina <77434812+FemiNoviaLina@users.noreply.github.com> Date: Wed, 15 Jan 2025 11:04:20 +0700 Subject: [PATCH] fix(metabase): template (#129) --- stable/metabase/Chart.yaml | 2 +- stable/metabase/templates/deployment.yaml | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/stable/metabase/Chart.yaml b/stable/metabase/Chart.yaml index ceecef6c..9c765109 100644 --- a/stable/metabase/Chart.yaml +++ b/stable/metabase/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.1 +version: 0.1.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/stable/metabase/templates/deployment.yaml b/stable/metabase/templates/deployment.yaml index 47f6831f..d2dfe541 100644 --- a/stable/metabase/templates/deployment.yaml +++ b/stable/metabase/templates/deployment.yaml @@ -30,7 +30,6 @@ spec: {{- range $initContainer := .Values.initContainers }} - {{- toYaml $initContainer | nindent 10 }} {{- end }} - {{- end }} containers: - name: metabase image: "{{ .Values.metabase.image.repository }}:{{ .Values.metabase.image.tag }}" @@ -169,8 +168,7 @@ spec: volumes: {{- range $volume := .Values.volumes }} - {{- toYaml $volume | nindent 10 }} - {{- engit push origin --delete d }} - {{- if .Values.telegraf.enabled }} + {{- end }} - name: telegraf-volume configMap: name: {{ template "metabase.fullname" . }}-telegraf-config @@ -181,4 +179,4 @@ spec: items: - key: log4j.properties path: log4j.properties - {{- end }} + {{- end }} \ No newline at end of file