Unverified Commit 4367feb4 authored by Sam Lin's avatar Sam Lin Committed by GitHub

fix(influxdb): ingress property className (#435)

* fix(influxdb): ingress property className * chore: bump chart version Co-authored-by: 's avatarAles Pour <ales.pour@bonitoo.io>
parent bece2090
......@@ -4,7 +4,7 @@ name: influxdb2
description: A Helm chart for InfluxDB v2
home: https://www.influxdata.com/products/influxdb/
type: application
version: 2.0.10
version: 2.0.11
maintainers:
- name: rawkode
email: rawkode@influxdata.com
......
......@@ -144,7 +144,7 @@ ingress:
enabled: false
# For Kubernetes >= 1.18 you should specify the ingress-controller via the field ingressClassName
# See https://kubernetes.io/blog/2020/04/02/improvements-to-the-ingress-api-in-kubernetes-1.18/#specifying-the-class-of-an-ingress
# ingressClassName: nginx
# className: nginx
tls: false
# secretName: my-tls-cert # only needed if tls above is true or default certificate is not configured for Nginx
hostname: influxdb.foobar.com
......
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