From 7a7a569acc38e0404515dc6d070a9f60b5882543 Mon Sep 17 00:00:00 2001 From: Blayne Chard Date: Wed, 1 Nov 2023 14:35:33 +1300 Subject: [PATCH] refactor: change name back to argo to be consistent --- infra/charts/argo.semaphores.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/charts/argo.semaphores.ts b/infra/charts/argo.semaphores.ts index 3aee7dbe5..d13c03202 100644 --- a/infra/charts/argo.semaphores.ts +++ b/infra/charts/argo.semaphores.ts @@ -6,7 +6,7 @@ import { applyDefaultLabels } from '../util/labels.js'; export class ArgoSemaphore extends Chart { constructor(scope: Construct, id: string, props: ChartProps) { - super(scope, id, applyDefaultLabels(props, 'semaphores', 'v1', 'semaphores', 'workflows')); + super(scope, id, applyDefaultLabels(props, 'argo', 'v1', 'semaphores', 'workflows')); new kplus.ConfigMap(this, 'semaphores', { metadata: { name: 'semaphores' },