You need to sign in or sign up before continuing.
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
description: A Helm chart for InfluxDB v2
home: https://www.influxdata.com/products/influxdb-overview/influxdb-2-0/
type: application
version: 1.0.5
version: 1.0.6
maintainers:
- name: rawkode
email: rawkode@influxdata.com
......
......@@ -6,8 +6,7 @@ metadata:
name: {{ template "influxdb.fullname" . }}-create-admin-user
annotations:
"helm.sh/hook": post-install
"helm.sh/hook-delete-policy": hook-succeeded
"helm.sh/hook-delete-policy": "before-hook-creation"
"helm.sh/hook-delete-policy": "hook-succeeded,before-hook-creation"
spec:
activeDeadlineSeconds: 90
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