Commit 783ba88d authored by Joshua Dadswell's avatar Joshua Dadswell Committed by David McKay

Add {} to prevent warning in Helm3

parent 0803f9ac
......@@ -62,7 +62,7 @@ ingress:
enabled: false
tls: false
hostname: chronograf.foobar.com
annotations:
annotations: {}
# kubernetes.io/ingress.class: "nginx"
# secretName: my-tls-cert
# kubernetes.io/tls-acme: "true"
......
......@@ -154,7 +154,7 @@ ingress:
tls: false
# secretName: my-tls-cert # only needed if tls above is true
hostname: influxdb.foobar.com
annotations:
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