Skip to content

Commit

Permalink
fix: symbolicator usage (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mokto authored Sep 14, 2020
1 parent 81bbe82 commit 4e457e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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: 5.1.2
version: 5.1.3
appVersion: 20.8.0
dependencies:
- name: redis
Expand Down
2 changes: 2 additions & 0 deletions sentry/templates/configmap-sentry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ data:
{{- end }}
symbolicator.enabled: {{ .Values.symbolicator.enabled }}
{{- if .Values.symbolicator.enabled }}
symbolicator.options:
url: "http://{{ template "sentry.fullname" . }}-symbolicator:3021"
{{- end }}
{{- if .Values.github.appId }}
github-app.id: {{ .Values.github.appId }}
Expand Down

0 comments on commit 4e457e3

Please sign in to comment.