We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff362e3 commit c7cf5e1Copy full SHA for c7cf5e1
.dockerignore
Taskfile.yaml
@@ -3,12 +3,13 @@ version: 3
3
vars:
4
NESTED_MODULES: api
5
API_DIRS: '{{.ROOT_DIR}}/api/v1alpha1/...'
6
- MANIFEST_OUT: '{{.ROOT_DIR}}/cmd/embedded/crds'
+ MANIFEST_OUT: '{{.ROOT_DIR}}/cmd/metrics-operator/embedded/crds'
7
CODE_DIRS: '{{.ROOT_DIR}}/cmd/... {{.ROOT_DIR}}/internal/... {{.ROOT_DIR}}/api/v1alpha1/...'
8
COMPONENTS: 'metrics-operator'
9
REPO_NAME: 'https://github.com/openmcp-project/metrics-operator'
10
+ REPO_URL: 'https://github.com/openmcp-project/metrics-operator'
11
GENERATE_DOCS_INDEX: "false"
-
12
+ ENVTEST_REQUIRED: "true"
13
includes:
14
shared:
15
taskfile: hack/common/Taskfile_controller.yaml
0 commit comments