Procházet zdrojové kódy

Fix Helm Ingress template (#7018)

### What problem does this PR solve?

Fix Helm Ingress template; Trying to access a global variable within a
loop
Fix #6191

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
- [ ] New Feature (non-breaking change which adds functionality)
- [ ] Documentation Update
- [ ] Refactoring
- [ ] Performance Improvement
- [ ] Other (please describe):
tags/v0.18.0
Franck Kerbiriou před 6 měsíci
rodič
revize
b1fa5a0754
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      helm/templates/ingress.yaml

+ 1
- 1
helm/templates/ingress.yaml Zobrazit soubor

@@ -35,7 +35,7 @@ spec:
{{- end }}
backend:
service:
name: {{ .Release.Name }}
name: {{ $.Release.Name }}
port:
name: http
{{- end }}

Načítá se…
Zrušit
Uložit