Skip to content

Commit

Permalink
fix: sentry secret deleted (#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mokto committed Oct 6, 2022
1 parent 8ec44a4 commit 7d90dda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 16.0.1
version: 16.0.2
appVersion: 22.9.0
dependencies:
- name: memcached
Expand Down
3 changes: 0 additions & 3 deletions sentry/templates/hooks/sentry-secret-create.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ metadata:
release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}"
annotations:
# This is what defines this resource as a hook. Without this line, the
# job is considered part of the release.
"helm.sh/hook": "pre-install"
"helm.sh/hook-delete-policy": "{{ if .Values.hooks.removeOnSuccess }}hook-succeeded,{{ end }}before-hook-creation"
"helm.sh/hook-weight": "3"
type: Opaque
data:
Expand Down

0 comments on commit 7d90dda

Please sign in to comment.