Skip to content

Commit

Permalink
Merge pull request #20 from mercedes-benz/fix/samples
Browse files Browse the repository at this point in the history
fix: pool samples extraSpec property
  • Loading branch information
bavarianbidi committed Oct 25, 2023
2 parents 4a27765 + d4a37ce commit a9cc222
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/samples/garm-operator_v1alpha1_pool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
kind: Enterprise
name: enterprise-sample
enabled: true
extraSpecs: ""
extraSpecs: '{}'
flavor: small
githubRunnerGroup: ""
imageName: runner-default
Expand Down Expand Up @@ -48,7 +48,7 @@ spec:
kind: Organization
name: github-actions
enabled: true
extraSpecs: ""
extraSpecs: '{}'
flavor: medium
githubRunnerGroup: ""
imageName: runner-default
Expand Down Expand Up @@ -81,7 +81,7 @@ spec:
kind: Repository
name: garm-operator
enabled: true
extraSpecs: ""
extraSpecs: '{}'
flavor: medium
githubRunnerGroup: ""
imageName: runner-default
Expand Down

0 comments on commit a9cc222

Please sign in to comment.