Skip to content

Commit 42009ac

Browse files
committed
chore: update for new arc setup
1 parent 8c8478b commit 42009ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const BACKPORT_CHECK_SKIP = 'backport-check-skip';
4646
export const NO_BACKPORT = 'no-backport';
4747

4848
export const ARC_RUNNER_ENVIRONMENTS = {
49-
prod: 'argo/arc-cluster/runner-sets/runners.yaml',
49+
prod: 'terraform/modules/arc/argo_runners_template.tmpl',
5050
};
5151
export const WINDOWS_DOCKER_FILE = 'docker/windows-actions-runner/Dockerfile';
5252
export const WINDOWS_DOCKER_IMAGE_NAME = 'windows-actions-runner';

0 commit comments

Comments
 (0)