We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea74528 commit 56d4b58Copy full SHA for 56d4b58
tools/templates/lint-and-validate-values.yaml
@@ -580,7 +580,7 @@ ingress:
580
enabled: true
581
annotations: *annotations
582
ingressClassName: mock-ingress-class-name
583
- hosts:
+ hosts: &ingress-hosts
584
- mocked1.domain.name
585
- mocked2.domain.name
586
pathSuffix: dummy-pathSuffix
@@ -606,6 +606,14 @@ ingress:
606
607
608
609
+httpRoute:
610
+ enabled: true
611
+ annotations: *annotations
612
+ hostnames: *ingress-hosts
613
+ gateway:
614
+ name: gateway-name
615
+ namespace: gateway-namespace
616
+
617
cull:
618
619
users: true
0 commit comments