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