Skip to content

Commit 951750e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 60fac58 commit 951750e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

helm-chart/binderhub/values.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,14 +288,16 @@ ingress:
288288
type: kube-lego
289289
hosts: []
290290
ingressClassName:
291-
annotations: {}
291+
annotations:
292+
{}
292293
# kubernetes.io/ingress.class: nginx
293294
# kubernetes.io/tls-acme: "true"
294295
pathSuffix:
295296
# Suffix added to Ingress's routing path pattern.
296297
# Specify `*` if your ingress matches path by glob pattern.
297298
pathType: Prefix
298-
tls: []
299+
tls:
300+
[]
299301
# Secrets must be manually created in the namespace.
300302
# - secretName: chart-example-tls
301303
# hosts:

0 commit comments

Comments
 (0)