Skip to content

Commit

Permalink
kustomize: Fix error while generating release manifests
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mumoshu committed Aug 25, 2021
1 parent 34d9c6d commit 424c33b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/webhook/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
resources:
- manifests.yaml
- manifests.v1beta1.yaml
- service.yaml

configurations:
Expand Down

0 comments on commit 424c33b

Please sign in to comment.