Skip to content

Commit

Permalink
fix: templating error when disabling hooks (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
joscha-alisch authored Jun 4, 2020
1 parent 6b85730 commit f0a8e3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sentry/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: sentry
description: A Helm chart for Kubernetes
type: application
version: 1.3.0
version: 1.3.1
appVersion: 10.0.0
dependencies:
- name: redis
Expand Down
2 changes: 1 addition & 1 deletion sentry/templates/hooks/snuba-db-init.job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ spec:
readOnly: true
resources:
{{ toYaml .Values.hooks.snubaInit.resources | indent 10 }}
{{- end }}
volumes:
- name: config
configMap:
name: {{ template "sentry.fullname" . }}-snuba
{{- end }}
2 changes: 1 addition & 1 deletion sentry/templates/hooks/snuba-migrate.job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ spec:
readOnly: true
resources:
{{ toYaml .Values.hooks.snubaInit.resources | indent 10 }}
{{- end }}
volumes:
- name: config
configMap:
name: {{ template "sentry.fullname" . }}-snuba
{{- end }}

0 comments on commit f0a8e3f

Please sign in to comment.