diff --git a/.mlc.config.json b/.mlc.config.json deleted file mode 100644 index abe2be6dc..000000000 --- a/.mlc.config.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "replacementPatterns": [ - { - "_comment": "a replacement rule for all the in-repository references", - "pattern": "^/", - "replacement": "{{BASEURL}}/" - } - ], - "timeout": "20s", - "retryCount": 5, - "fallbackRetryDelay": "30s" - } diff --git a/concepts/modularization/README.md b/concepts/modularization/README.md index 78eb182b6..ec2553f4b 100644 --- a/concepts/modularization/README.md +++ b/concepts/modularization/README.md @@ -77,7 +77,7 @@ For each component, we identified the following artifacts: - Operator CRD (contains mainly overrides that can be set by customer or SRE for component installation) - Operator deployment (YAML to deploy component operator) - Operator image (Docker image in GCR) -- Component CRDs ([installation/resources/crds](https://github.com/kyma-project/kyma/tree/main/installation/resources/crds)) +- Component CRDs - Component deployment ([resources](https://github.com/kyma-project/kyma/tree/main/resources)) - Component images (docker images in GCR)