Unverified Commit 7229c408 authored by timhallinflux's avatar timhallinflux Committed by GitHub

Update for InfluxDB Enterprise 1.9.6 (#420)

* Update for InfluxDB Enterprise 1.9.6 * update certificate manager API to v1 Co-authored-by: 's avatarAles Pour <ales.pour@bonitoo.io>
parent e30fe376
apiVersion: v1
version: 0.1.14
appVersion: 1.9.5
version: 0.1.15
appVersion: 1.9.6
engine: gotpl
name: influxdb-enterprise
......
{{- if or .Values.data.https.useCertManager .Values.meta.https.useCertManager -}}
apiVersion: cert-manager.io/v1alpha2
apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
name: {{ include "influxdb-enterprise.fullname" . }}
......
{{- if and .Values.data.https.enabled .Values.data.https.useCertManager -}}
apiVersion: cert-manager.io/v1alpha2
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: {{ include "influxdb-enterprise.fullname" . }}-data
......
{{- if and .Values.meta.https.enabled .Values.meta.https.useCertManager -}}
apiVersion: cert-manager.io/v1alpha2
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: {{ include "influxdb-enterprise.fullname" . }}-meta
......
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