Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Fix make deploy step #60

Merged
merged 1 commit into from Nov 19, 2020
Merged

Fix make deploy step #60

merged 1 commit into from Nov 19, 2020

Conversation

maruina
Copy link
Contributor

@maruina maruina commented Nov 18, 2020

Fix the following error

❯ make deploy
kustomize build manifests/namespace-install | kubectl apply -f -
Error: accumulating resources: 2 errors occurred:
	* accumulateFile error: "accumulating resources from '../crds': '~/git/third-party/applicationset/manifests/crds' must resolve to a file"
	* accumulateDirector error: "recursed accumulation of path '~/git/third-party/applicationset/manifests/crds': accumulating resources: 2 errors occurred:\n\t* accumulateFile error: \"accumulating resources from 'applicationset-crd.yaml': evalsymlink failure on '~/git/third-party/applicationset/manifests/crds/applicationset-crd.yaml' : lstat ~/git/third-party/applicationset/manifests/crds/applicationset-crd.yaml: no such file or directory\"\n\t* loader.New error: \"error loading applicationset-crd.yaml with git: url lacks orgRepo: applicationset-crd.yaml, dir: evalsymlink failure on '~/git/third-party/applicationset/manifests/crds/applicationset-crd.yaml' : lstat ~/git/third-party/applicationset/manifests/crds/applicationset-crd.yaml: no such file or directory, get: invalid source string: applicationset-crd.yaml\"\n\n"


error: no objects passed to apply
make: *** [deploy] Error 1

because the CRD generated with make manifests is called argoproj.io_applicationsets.yaml.

@CLAassistant
Copy link

CLAassistant commented Nov 18, 2020

CLA assistant check
All committers have signed the CLA.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants