We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a51cae commit a70e01eCopy full SHA for a70e01e
charts/sentry/templates/geoip/deployment-geoip-job.yaml
@@ -4,7 +4,7 @@ kind: Job
4
metadata:
5
name: geoip-install-job
6
annotations:
7
- "helm.sh/hook": "pre-install,pre-upgrade"
+ "helm.sh/hook": "post-install,post-upgrade"
8
"helm.sh/hook-weight": "9"
9
spec:
10
template:
charts/sentry/templates/geoip/pvc-geoip.yaml
@@ -8,9 +8,6 @@ metadata:
chart: "{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}"
release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}"
11
- annotations:
12
13
- "helm.sh/hook-weight": "-1"
14
15
accessModes:
16
{{- range .Values.geodata.persistence.accessModes }}
0 commit comments