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:
1212 chart : {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
1313 release : {{ .Release.Name }}
1414 heritage : {{ .Release.Service }}
15+ {{- if .Values.ingress.annotations }}
1516 annotations :
1617 {{- range $key, $value := .Values.ingress.annotations }}
1718 {{ $key }}: {{ $value | quote }}
1819 {{- end }}
20+ {{- end }}
1921spec :
2022 {{- if .Values.ingress.ingressClassName }}
2123 ingressClassName : {{ .Values.ingress.ingressClassName }}
Original file line number Diff line number Diff line change @@ -291,8 +291,7 @@ ingress:
291291 serviceName : gateway
292292 servicePort : 8080
293293 path : /
294- annotations :
295- kubernetes.io/ingress.class : nginx
294+ annotations : {}
296295 tls :
297296 # Secrets must be manually created in the namespace.
298297
You can’t perform that action at this time.
0 commit comments