File tree Expand file tree Collapse file tree 4 files changed +31
-0
lines changed Expand file tree Collapse file tree 4 files changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ [submodule "hack/common "]
2
+ path = hack/common
3
+ url = https://github.com/openmcp-project/build.git
Original file line number Diff line number Diff line change
1
+ version : 3
2
+
3
+ vars :
4
+ NESTED_MODULES : api
5
+ API_DIRS : ' {{.ROOT_DIR}}/api/v1alpha1/...'
6
+ MANIFEST_OUT : ' {{.ROOT_DIR}}/api/crds/manifests'
7
+ CODE_DIRS : ' {{.ROOT_DIR}}/cmd/... {{.ROOT_DIR}}/internal/... {{.ROOT_DIR}}/test/... {{.ROOT_DIR}}/api/v1alpha1/...'
8
+ COMPONENTS : ' openmcp-operator'
9
+ REPO_URL : ' https://github.com/openmcp-project/openmcp-operator'
10
+ GENERATE_DOCS_INDEX : " true"
11
+ CHART_COMPONENTS : " "
12
+
13
+ includes :
14
+ shared :
15
+ taskfile : hack/common/Taskfile_controller.yaml
16
+ flatten : true
17
+ excludes : [] # put task names in here which are overwritten in this file
18
+ vars :
19
+ NESTED_MODULES : api
20
+ API_DIRS : ' {{.ROOT_DIR}}/api/v1alpha1/...'
21
+ MANIFEST_OUT : ' {{.ROOT_DIR}}/api/crds/manifests'
22
+ CODE_DIRS : ' {{.ROOT_DIR}}/cmd/... {{.ROOT_DIR}}/internal/... {{.ROOT_DIR}}/test/... {{.ROOT_DIR}}/api/v1alpha1/...'
23
+ COMPONENTS : ' openmcp-operator'
24
+ REPO_URL : ' https://github.com/openmcp-project/openmcp-operator'
25
+ GENERATE_DOCS_INDEX : " true"
26
+ CHART_COMPONENTS : " "
Original file line number Diff line number Diff line change
1
+ v0.0.1-dev
You can’t perform that action at this time.
0 commit comments