fix(httpRoute): avoid Argo CD drift
Helm / helm-lint (push) Successful in 6s
Helm / helm-unittest (push) Successful in 15s
Release / publish-chart (push) Successful in 2m18s

The following patch avoids a drift in Argo CD. Argo CD detects the missing
`group` of the backendRef.
This commit is contained in:
2026-06-01 22:45:23 +02:00
parent eb907f6b8a
commit d3e7543814
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -24,7 +24,8 @@ spec:
{{- end }}
rules:
- backendRefs:
- kind: Service
- group: ''
kind: Service
name: {{ include "athens-proxy.service.name" . }}
namespace: {{ .Release.Namespace }}
port: {{ .Values.service.port }}
+1
View File
@@ -92,6 +92,7 @@ tests:
- contains:
path: spec.rules[0].backendRefs
content:
group: ''
kind: Service
name: athens-proxy-unittest
namespace: testing