Unverified Commit ffbfb9d8 authored by Jorik Jonker's avatar Jorik Jonker Committed by GitHub

Fix default value for ingress class name (#278)

parent 108378f7
apiVersion: v1 apiVersion: v1
name: influxdb name: influxdb
version: 4.9.13 version: 4.9.14
appVersion: 1.8.4 appVersion: 1.8.4
description: Scalable datastore for metrics, events, and real-time analytics. description: Scalable datastore for metrics, events, and real-time analytics.
keywords: keywords:
......
...@@ -169,7 +169,7 @@ ingress: ...@@ -169,7 +169,7 @@ ingress:
tls: false tls: false
# secretName: my-tls-cert # only needed if tls above is true # secretName: my-tls-cert # only needed if tls above is true
hostname: influxdb.foobar.com hostname: influxdb.foobar.com
className: nil className: null
annotations: {} annotations: {}
# kubernetes.io/ingress.class: "nginx" # kubernetes.io/ingress.class: "nginx"
# kubernetes.io/tls-acme: "true" # kubernetes.io/tls-acme: "true"
......
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