Removed curl dependency on make

This commit is contained in:
2026-04-17 02:42:27 +08:00
parent 286241c7fb
commit 8adf03a2a4
5 changed files with 149 additions and 61 deletions

View File

@@ -39,7 +39,7 @@ spec:
- v1.34.0
```
catalog also accepts URL or ConfigMap
catalog also accepts URL or ConfigMap
```yaml
catalog:
URL: https://example.com/images.yaml
@@ -48,8 +48,8 @@ catalog:
ConfigMap: images-cm
```
※ ConfigMap requires additional RBAC permission which is not enabled by default. You can edit
the control-agent's ClusterRole and add `cnofigmaps: get` to allow this.
※ ConfigMap requires additional RBAC permissions which is not enabled by default. You can edit
the control-agent's ClusterRole and add `configmaps: get` to allow this.
Contents should look like this
```yaml