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 eea47d1 commit 4a3cdc1Copy full SHA for 4a3cdc1
templates/gateway/gateway.yaml
@@ -12,11 +12,10 @@ metadata:
12
{{- end }}
13
spec:
14
gatewayClassName: {{ .Values.httpRoute.gateway.className }}
15
+ {{- with .Values.httpRoute.gateway.infrastructure }}
16
infrastructure:
- {{- with .Values.httpRoute.gateway.infrastructure.annotations }}
17
- annotations:
18
{{- toYaml . | nindent 4 }}
19
- {{- end }}
+ {{- end }}
20
listeners:
21
- name: opencloud-https
22
protocol: HTTPS
values.yaml
@@ -521,4 +521,4 @@ httpRoute:
521
annotations:
522
# Gateway annotations
523
524
+ annotations: {}
0 commit comments