From 33ce61da655ee244360afad24e8c4ca50ea77df7 Mon Sep 17 00:00:00 2001 From: Jay Geng Date: Wed, 26 Nov 2025 13:25:45 -0500 Subject: [PATCH] Use hardcoded name for parallel-catchup-v2 ServiceAccount --- .../parallel_catchup_helm/templates/catchup_workers.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MissionParallelCatchup/parallel_catchup_helm/templates/catchup_workers.yaml b/src/MissionParallelCatchup/parallel_catchup_helm/templates/catchup_workers.yaml index 178a7ddc..0b2942ed 100644 --- a/src/MissionParallelCatchup/parallel_catchup_helm/templates/catchup_workers.yaml +++ b/src/MissionParallelCatchup/parallel_catchup_helm/templates/catchup_workers.yaml @@ -13,7 +13,7 @@ spec: apiVersion: v1 kind: ServiceAccount metadata: - name: {{ .Release.Name }}-sa + name: stellar-supercluster {{- if .Values.service_account.annotations }} annotations: {{- range .Values.service_account.annotations }} @@ -39,7 +39,7 @@ spec: labels: app: {{ .Release.Name }}-stellar-core spec: - serviceAccountName: {{ .Release.Name }}-sa + serviceAccountName: stellar-supercluster {{- if or .Values.worker.requireNodeLabels .Values.worker.avoidNodeLabels }} affinity: nodeAffinity: