From ccce75225975feb05735041d5a2bf95b45dad07c Mon Sep 17 00:00:00 2001 From: Moto Ishizawa Date: Sun, 15 Mar 2020 22:08:01 +0900 Subject: [PATCH] Add sample manifest of RunnerDeployment and RunnerReplicaSet --- config/samples/actions_v1alpha1_runnerdeployment.yaml | 9 +++++++++ config/samples/actions_v1alpha1_runnerreplicaset.yaml | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 config/samples/actions_v1alpha1_runnerdeployment.yaml create mode 100644 config/samples/actions_v1alpha1_runnerreplicaset.yaml diff --git a/config/samples/actions_v1alpha1_runnerdeployment.yaml b/config/samples/actions_v1alpha1_runnerdeployment.yaml new file mode 100644 index 00000000..aa146557 --- /dev/null +++ b/config/samples/actions_v1alpha1_runnerdeployment.yaml @@ -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 diff --git a/config/samples/actions_v1alpha1_runnerreplicaset.yaml b/config/samples/actions_v1alpha1_runnerreplicaset.yaml new file mode 100644 index 00000000..0256a394 --- /dev/null +++ b/config/samples/actions_v1alpha1_runnerreplicaset.yaml @@ -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