Skip to content

Commit 6ca6454

Browse files
committed
fix(argocd): applicationset httproute backend service syntax fix
Signed-off-by: Melnikov, Nikita (EXTERN: SPREAD) <nikita.melnikov@spread.ai>
1 parent f363c99 commit 6ca6454

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/argo-cd/templates/argocd-applicationset/httproute.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
- group: ''
3838
kind: Service
3939
name: {{ $fullName }}
40-
port: {{ .Values.applicationSet.service.port }}
40+
port: {{ $.Values.applicationSet.service.port }}
4141
weight: 1
4242
{{- end }}
4343
{{- end }}

0 commit comments

Comments
 (0)