Skip to content

Commit 33159b3

Browse files
authored
Merge pull request #49 from RobertKielty/fix-runner-rename
fixes name, replaces _ with -
2 parents 1778027 + 9aa7c93 commit 33159b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/cluster/oci/runners/16cpu-64gb/argo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: argoproj.io/v1alpha1
22
kind: Application
33
metadata:
4-
name: oracle-16cpu-64gb-x86_64
4+
name: oracle-16cpu-64gb-x86-64
55
namespace: argocd
66
spec:
77
project: default
@@ -10,7 +10,7 @@ spec:
1010
repoURL: ghcr.io/actions/actions-runner-controller-charts
1111
targetRevision: 0.10.1
1212
helm:
13-
releaseName: oracle-16cpu-64gb-x86_64
13+
releaseName: oracle-16cpu-64gb-x86-64
1414
valueFiles:
1515
- $values/ci/cluster/oci/runners/16cpu-64gb/values.yaml
1616
- repoURL: 'https://github.com/cncf/automation.git'

0 commit comments

Comments
 (0)