Skip to content

Commit

Permalink
Add sample manifest of RunnerDeployment and RunnerReplicaSet
Browse files Browse the repository at this point in the history
  • Loading branch information
summerwind committed Mar 15, 2020
1 parent bbcfa10 commit ccce752
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/samples/actions_v1alpha1_runnerdeployment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: actions.summerwind.dev/v1alpha1
kind: RunnerDeployment
metadata:
name: summerwind-actions-runner-controller
spec:
replicas: 2
template:
spec:
repository: summerwind/actions-runner-controller
9 changes: 9 additions & 0 deletions config/samples/actions_v1alpha1_runnerreplicaset.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: actions.summerwind.dev/v1alpha1
kind: RunnerReplicaSet
metadata:
name: summerwind-actions-runner-controller
spec:
replicas: 2
template:
spec:
repository: summerwind/actions-runner-controller

0 comments on commit ccce752

Please sign in to comment.