Skip to content

Commit 428914c

Browse files
fix(metabase): template (#129)
1 parent f586b53 commit 428914c

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

stable/metabase/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.1
18+
version: 0.1.2
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

stable/metabase/templates/deployment.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ spec:
3030
{{- range $initContainer := .Values.initContainers }}
3131
- {{- toYaml $initContainer | nindent 10 }}
3232
{{- end }}
33-
{{- end }}
3433
containers:
3534
- name: metabase
3635
image: "{{ .Values.metabase.image.repository }}:{{ .Values.metabase.image.tag }}"
@@ -169,8 +168,7 @@ spec:
169168
volumes:
170169
{{- range $volume := .Values.volumes }}
171170
- {{- toYaml $volume | nindent 10 }}
172-
{{- engit push origin --delete <old_name>d }}
173-
{{- if .Values.telegraf.enabled }}
171+
{{- end }}
174172
- name: telegraf-volume
175173
configMap:
176174
name: {{ template "metabase.fullname" . }}-telegraf-config
@@ -181,4 +179,4 @@ spec:
181179
items:
182180
- key: log4j.properties
183181
path: log4j.properties
184-
{{- end }}
182+
{{- end }}

0 commit comments

Comments
 (0)