Skip to content

Commit

Permalink
refactor: change name back to argo to be consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed Nov 1, 2023
1 parent b89229d commit 7a7a569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/charts/argo.semaphores.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down

0 comments on commit 7a7a569

Please sign in to comment.