Skip to content

Commit

Permalink
fix(metabase): template (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
FemiNoviaLina authored Jan 15, 2025
1 parent f586b53 commit 428914c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion stable/metabase/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 2 additions & 4 deletions stable/metabase/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down Expand Up @@ -169,8 +168,7 @@ spec:
volumes:
{{- range $volume := .Values.volumes }}
- {{- toYaml $volume | nindent 10 }}
{{- engit push origin --delete <old_name>d }}
{{- if .Values.telegraf.enabled }}
{{- end }}
- name: telegraf-volume
configMap:
name: {{ template "metabase.fullname" . }}-telegraf-config
Expand All @@ -181,4 +179,4 @@ spec:
items:
- key: log4j.properties
path: log4j.properties
{{- end }}
{{- end }}

0 comments on commit 428914c

Please sign in to comment.