Unverified Commit afe48103 authored by Andrew Suderman's avatar Andrew Suderman Committed by GitHub

[influxdb2] Fix helm hook annotations (#177)

parent 528b5175
...@@ -5,7 +5,7 @@ name: influxdb2 ...@@ -5,7 +5,7 @@ name: influxdb2
description: A Helm chart for InfluxDB v2 description: A Helm chart for InfluxDB v2
home: https://www.influxdata.com/products/influxdb-overview/influxdb-2-0/ home: https://www.influxdata.com/products/influxdb-overview/influxdb-2-0/
type: application type: application
version: 1.0.5 version: 1.0.6
maintainers: maintainers:
- name: rawkode - name: rawkode
email: rawkode@influxdata.com email: rawkode@influxdata.com
......
...@@ -6,8 +6,7 @@ metadata: ...@@ -6,8 +6,7 @@ metadata:
name: {{ template "influxdb.fullname" . }}-create-admin-user name: {{ template "influxdb.fullname" . }}-create-admin-user
annotations: annotations:
"helm.sh/hook": post-install "helm.sh/hook": post-install
"helm.sh/hook-delete-policy": hook-succeeded "helm.sh/hook-delete-policy": "hook-succeeded,before-hook-creation"
"helm.sh/hook-delete-policy": "before-hook-creation"
spec: spec:
activeDeadlineSeconds: 90 activeDeadlineSeconds: 90
template: template:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment