File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ maintainers:
10
10
11
11
url : https://opencloud.eu
12
12
type : application
13
- version : 0.1.0
13
+ version : 0.1.1
14
14
# renovate: datasource=docker depName=opencloudeu/opencloud-rolling
15
15
appVersion : latest
16
16
kubeVersion : " "
Original file line number Diff line number Diff line change @@ -6,13 +6,17 @@ metadata:
6
6
namespace : {{ .Values.httpRoute.gateway.namespace | default .Release.Namespace }}
7
7
labels :
8
8
{{- include "opencloud.labels" . | nindent 4 }}
9
+ {{- with .Values.httpRoute.gateway.annotations }}
10
+ annotations :
11
+ {{- toYaml . | nindent 4 }}
12
+ {{- end }}
9
13
spec :
10
14
gatewayClassName : {{ .Values.httpRoute.gateway.className }}
11
15
infrastructure :
16
+ {{- with .Values.httpRoute.gateway.infrastructure.annotations }}
12
17
annotations :
13
- {{- with .Values.httpRoute.gateway.annotations }}
14
- {{- toYaml . | nindent 6 }}
15
- {{- end }}
18
+ {{- toYaml . | nindent 4 }}
19
+ {{- end }}
16
20
listeners :
17
21
- name : opencloud-https
18
22
protocol : HTTPS
Original file line number Diff line number Diff line change @@ -519,3 +519,6 @@ httpRoute:
519
519
namespace : " "
520
520
# Gateway annotations
521
521
annotations :
522
+ # Gateway annotations
523
+ infrastructure :
524
+ annotations :
You can’t perform that action at this time.
0 commit comments