diff --git a/src/MissionParallelCatchup/parallel_catchup_helm/templates/catchup_workers.yaml b/src/MissionParallelCatchup/parallel_catchup_helm/templates/catchup_workers.yaml index 0b2942ed..d6abae49 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: stellar-supercluster + name: stellar-supercluster-{{ .Release.Name }} {{- if .Values.service_account.annotations }} annotations: {{- range .Values.service_account.annotations }} @@ -39,7 +39,7 @@ spec: labels: app: {{ .Release.Name }}-stellar-core spec: - serviceAccountName: stellar-supercluster + serviceAccountName: stellar-supercluster-{{ .Release.Name }} {{- if or .Values.worker.requireNodeLabels .Values.worker.avoidNodeLabels }} affinity: nodeAffinity: