fix: align values comments/docs to scaffold standard

Signed-off-by: Henrik Gerdes <hegerdes@outlook.de>
pull/12912/head
Henrik Gerdes 7 months ago
parent ca367d970c
commit 597c35852a
No known key found for this signature in database

@ -180,22 +180,22 @@ ingress:
# - chart-example.local # - chart-example.local
# -- Expose the service via gateway-api HTTPRoute # -- Expose the service via gateway-api HTTPRoute
# Requires Gateway API resources and suitable controller installed incluster # Requires Gateway API resources and suitable controller installed within the cluster
# (see: https://gateway-api.sigs.k8s.io/guides/) # (see: https://gateway-api.sigs.k8s.io/guides/)
httpRoute: httpRoute:
# -- HTTPRoute enabled. # HTTPRoute enabled.
enabled: false enabled: false
# -- HTTPRoute annotations. # HTTPRoute annotations.
annotations: {} annotations: {}
# -- Which Gateways this Route is attached to # Which Gateways this Route is attached to.
parentRefs: parentRefs:
- name: gateway - name: gateway
sectionName: http sectionName: http
# namespace: default # namespace: default
# -- Hostnames matching HTTP header. # Hostnames matching HTTP header.
hostnames: hostnames:
- chart-example.local - chart-example.local
# -- List of rules and filters applied. # List of rules and filters applied.
rules: rules:
- matches: - matches:
- path: - path:

Loading…
Cancel
Save