Commit 0afc1ca5 authored by Ferenc-'s avatar Ferenc- Committed by k8s-ci-robot

[stable/influxdb] Add delete-policy for set-auth (#5864)

* [stable/influxdb] Add delete-policy for set-auth Withouth any hook delete policy, the hook resource remains in the namespace even after a 'helm delete --purge', and consequent installations of the chart fail with: Error: jobs.batch "[...]influxdb-set-auth" already exists * [stable/influxdb] Bump version * Fix maintainer name
parent 8764a6bd
name: influxdb
version: 0.9.1
version: 0.9.2
appVersion: 1.4
description: Scalable datastore for metrics, events, and real-time analytics.
keywords:
......@@ -10,6 +10,6 @@ home: https://www.influxdata.com/time-series-platform/influxdb/
sources:
- https://github.com/influxdata/influxdb
maintainers:
- name: Jack Zampolin
- name: jackzampolin
email: jack@influxdb.com
engine: gotpl
......@@ -10,6 +10,7 @@ metadata:
name: {{ template "influxdb.fullname" . }}-set-auth
annotations:
"helm.sh/hook": post-install
"helm.sh/hook-delete-policy": hook-succeeded
spec:
activeDeadlineSeconds: {{ .Values.setDefaultUser.activeDeadlineSeconds }}
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