From 424c33b11f1977144c8b4c7a988878bc41a96d6f Mon Sep 17 00:00:00 2001 From: Yusuke Kuoka Date: Wed, 25 Aug 2021 00:10:16 +0000 Subject: [PATCH] kustomize: Fix error while generating release manifests This fixes the below error that occurs in `make release`: ``` kustomize build config/default > release/actions-runner-controller.yaml Error: accumulating resources: accumulation err='accumulating resources from '../webhook': '/home/mumoshu/p/actions-runner-controller/config/webhook' must resolve to a file': recursed accumulation of path '/home/mumoshu/p/actions-runner-controller/config/webhook': accumulating resources: accumulation err='accumulating resources from 'manifests.v1beta1.yaml': evalsymlink failure on '/home/mumoshu/p/actions-runner-controller/config/webhook/manifests.v1beta1.yaml' : lstat /home/mumoshu/p/actions-runner-controller/config/webhook/manifests.v1beta1.yaml: no such file or directory': evalsymlink failure on '/home/mumoshu/p/actions-runner-controller/config/webhook/manifests.v1beta1.yaml' : lstat /home/mumoshu/p/actions-runner-controller/config/webhook/manifests.v1beta1.yaml: no such file or directory make: *** [Makefile:156: release] Error 1 ``` Ref #144 --- config/webhook/kustomization.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/config/webhook/kustomization.yaml b/config/webhook/kustomization.yaml index ed45edef78..9cf26134e4 100644 --- a/config/webhook/kustomization.yaml +++ b/config/webhook/kustomization.yaml @@ -1,6 +1,5 @@ resources: - manifests.yaml -- manifests.v1beta1.yaml - service.yaml configurations: