1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 01:36:23 +00:00

Fix documentation error (Thanks Jaydee#4138) (#248)

Fix a documentation error as ingress was set to "False" when it was meant to be "true"
This commit is contained in:
Benjamin Durham
2022-11-07 22:33:10 +13:00
committed by GitHub
parent dac63e0381
commit 9718eae67b

View File

@@ -185,7 +185,7 @@ To:
``` yaml hl_lines="2 8"
ingress:
enabled: false
enabled: true
className: ""
annotations: {}
# kubernetes.io/ingress.class: nginx