Removed curl dependency on make
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user