Skip to content

Commit 1911790

Browse files
committed
chore(templates): standardize spacing in backend reference names in HTTP route configurations
Signed-off-by: Filip Chlebowski <fchlebowski@gmail.com>
1 parent ba31f93 commit 1911790

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

deployment/chainloop/templates/cas/httproute.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
type: RegularExpression
4545
{{- $portAPI := coalesce .Values.cas.serviceAPI.port .Values.cas.serviceAPI.ports.http }}
4646
backendRefs:
47-
- name: {{ include "chainloop.cas.fullname" . }}-api
47+
- name: {{ include "chainloop.cas.fullname" . }}-api
4848
kind: Service
4949
namespace: {{ include "common.names.namespace" . | quote }}
5050
port: {{ $portAPI }}

deployment/chainloop/templates/controlplane/httproute.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
type: RegularExpression
4545
{{- $portAPI := coalesce .Values.controlplane.serviceAPI.port .Values.controlplane.serviceAPI.ports.http }}
4646
backendRefs:
47-
- name: {{ include "chainloop.controlplane.fullname" . }}-api
47+
- name: {{ include "chainloop.controlplane.fullname" . }}-api
4848
kind: Service
4949
namespace: {{ include "common.names.namespace" . | quote }}
5050
port: {{ $portAPI }}

0 commit comments

Comments
 (0)