2020-01-28 15:03:23 +09:00
|
|
|
# This kustomization.yaml is not intended to be run by itself,
|
|
|
|
|
# since it depends on service name and namespace that are out of this kustomize package.
|
|
|
|
|
# It should be run by config/default
|
|
|
|
|
resources:
|
|
|
|
|
- bases/actions.summerwind.dev_runners.yaml
|
2020-03-14 22:57:33 +09:00
|
|
|
- bases/actions.summerwind.dev_runnerreplicasets.yaml
|
|
|
|
|
- bases/actions.summerwind.dev_runnerdeployments.yaml
|
2020-08-05 08:38:25 +09:00
|
|
|
- bases/actions.summerwind.dev_horizontalrunnerautoscalers.yaml
|
2021-09-13 16:52:32 +01:00
|
|
|
- bases/actions.summerwind.dev_runnersets.yaml
|
2023-01-17 12:06:20 -05:00
|
|
|
- bases/actions.github.com_autoscalingrunnersets.yaml
|
|
|
|
|
- bases/actions.github.com_ephemeralrunners.yaml
|
|
|
|
|
- bases/actions.github.com_ephemeralrunnersets.yaml
|
|
|
|
|
- bases/actions.github.com_autoscalinglisteners.yaml
|
2020-01-28 15:03:23 +09:00
|
|
|
# +kubebuilder:scaffold:crdkustomizeresource
|
|
|
|
|
|
|
|
|
|
patchesStrategicMerge:
|
|
|
|
|
# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix.
|
|
|
|
|
# patches here are for enabling the conversion webhook for each CRD
|
|
|
|
|
#- patches/webhook_in_runners.yaml
|
|
|
|
|
# +kubebuilder:scaffold:crdkustomizewebhookpatch
|
|
|
|
|
|
|
|
|
|
# [CERTMANAGER] To enable webhook, uncomment all the sections with [CERTMANAGER] prefix.
|
|
|
|
|
# patches here are for enabling the CA injection for each CRD
|
|
|
|
|
#- patches/cainjection_in_runners.yaml
|
|
|
|
|
# +kubebuilder:scaffold:crdkustomizecainjectionpatch
|
|
|
|
|
|
|
|
|
|
# the following config is for teaching kustomize how to do kustomization for CRDs.
|
|
|
|
|
configurations:
|
|
|
|
|
- kustomizeconfig.yaml
|