Helm file mistake, man come on
continuous-integration/drone/push Build is passing Details

This commit is contained in:
DutchEllie 2022-07-01 15:18:52 +02:00
parent 2f035570b2
commit 5f2d576750
Signed by: DutchEllie
SSH Key Fingerprint: SHA256:UU8yhd1Bh8exU88ev0ej/Dm+CeyfR/ZIDRrpRfYdfbg
1 changed files with 1 additions and 1 deletions

View File

@ -31,6 +31,6 @@ spec:
service:
name: {{ tpl $.Values.service.name $ }}
port:
number: {{ .Values.service.port }}
number: {{ $.Values.service.port }}
{{- end }}
{{- end }}