File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,12 @@ metadata:
12
12
chart : {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
13
13
release : {{ .Release.Name }}
14
14
heritage : {{ .Release.Service }}
15
+ {{- if .Values.ingress.annotations }}
15
16
annotations :
16
17
{{- range $key, $value := .Values.ingress.annotations }}
17
18
{{ $key }}: {{ $value | quote }}
18
19
{{- end }}
20
+ {{- end }}
19
21
spec :
20
22
{{- if .Values.ingress.ingressClassName }}
21
23
ingressClassName : {{ .Values.ingress.ingressClassName }}
Original file line number Diff line number Diff line change @@ -291,8 +291,7 @@ ingress:
291
291
serviceName : gateway
292
292
servicePort : 8080
293
293
path : /
294
- annotations :
295
- kubernetes.io/ingress.class : nginx
294
+ annotations : {}
296
295
tls :
297
296
# Secrets must be manually created in the namespace.
298
297
You can’t perform that action at this time.
0 commit comments