mirror of
https://github.com/bapung/gitea-runner-operator.git
synced 2026-06-21 23:48:43 +00:00
Initial operator-sdk bootstrap
This commit is contained in:
9
config/samples/gitea_v1alpha1_runnergroup.yaml
Normal file
9
config/samples/gitea_v1alpha1_runnergroup.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
apiVersion: gitea.bpg.pw/v1alpha1
|
||||
kind: RunnerGroup
|
||||
metadata:
|
||||
labels:
|
||||
app.kubernetes.io/name: gitea-runner-operator
|
||||
app.kubernetes.io/managed-by: kustomize
|
||||
name: runnergroup-sample
|
||||
spec:
|
||||
# TODO(user): Add fields here
|
||||
4
config/samples/kustomization.yaml
Normal file
4
config/samples/kustomization.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
## Append samples of your project ##
|
||||
resources:
|
||||
- gitea_v1alpha1_runnergroup.yaml
|
||||
# +kubebuilder:scaffold:manifestskustomizesamples
|
||||
Reference in New Issue
Block a user