Skip to content

Commit 25a0593

Browse files
committed
fix: specify crds path
1 parent ef225d9 commit 25a0593

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Taskfile.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ includes:
2121
CODE_DIRS: '{{.ROOT_DIR}}/cmd/... {{.ROOT_DIR}}/internal/... {{.ROOT_DIR}}/api/core/v1alpha1/...'
2222
COMPONENTS: 'project-workspace-operator'
2323
CRDS_COMPONENTS: 'project-workspace-operator'
24+
CRDS_PATH: '{{.ROOT_DIR}}/api/crds/manifests'
2425
REPO_URL: 'https://github.com/openmcp-project/project-workspace-operator'
2526
ENVTEST_REQUIRED: "true"
2627

0 commit comments

Comments
 (0)