mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-14 02:06:32 +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:
@@ -185,7 +185,7 @@ To:
|
|||||||
|
|
||||||
``` yaml hl_lines="2 8"
|
``` yaml hl_lines="2 8"
|
||||||
ingress:
|
ingress:
|
||||||
enabled: false
|
enabled: true
|
||||||
className: ""
|
className: ""
|
||||||
annotations: {}
|
annotations: {}
|
||||||
# kubernetes.io/ingress.class: nginx
|
# kubernetes.io/ingress.class: nginx
|
||||||
|
|||||||
Reference in New Issue
Block a user