Files
actions-runner-controller/config/crd/kustomization.yaml

30 lines
1.3 KiB
YAML
Raw Normal View History

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
- bases/actions.summerwind.dev_runnerreplicasets.yaml
- bases/actions.summerwind.dev_runnerdeployments.yaml
- bases/actions.summerwind.dev_horizontalrunnerautoscalers.yaml
2021-09-13 16:52:32 +01:00
- bases/actions.summerwind.dev_runnersets.yaml
- 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