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