From a1367147239282a96ab6302592084f60e4b89b6f Mon Sep 17 00:00:00 2001 From: Yusuke Kuoka Date: Wed, 5 Aug 2020 08:38:25 +0900 Subject: [PATCH] Do include currently missing HRA CRD in the released manifests The standard installation procedure explained in https://github.com/summerwind/actions-runner-controller#installation has been broken since v0.7.0. This is due to that I missed adding the CRD to the kustomization.yaml which is used for kustomize-based deployments and generation of released manifests. This fixes that. --- config/crd/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/crd/kustomization.yaml b/config/crd/kustomization.yaml index 8862109a..be910889 100644 --- a/config/crd/kustomization.yaml +++ b/config/crd/kustomization.yaml @@ -5,6 +5,7 @@ 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 # +kubebuilder:scaffold:crdkustomizeresource patchesStrategicMerge: