Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
littlejo committed May 29, 2024
1 parent a30fa3e commit 7fd6e15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Cilium API.
## Getting Started

Install the provider by using the following command after changing the image tag
to the [latest release](https://marketplace.upbound.io/providers/littlejo/provider-cilium):
to the [latest release](https://marketplace.upbound.io/providers/cilium/provider-cilium):
```
up ctp provider install littlejo/provider-cilium:v0.1.0
up ctp provider install cilium/provider-cilium:v0.0.2
```

Alternatively, you can use declarative installation:
Expand All @@ -21,13 +21,13 @@ kind: Provider
metadata:
name: provider-cilium
spec:
package: littlejo/provider-cilium:v0.1.0
package: cilium/provider-cilium:v0.0.2
EOF
```

Notice that in this example Provider resource is referencing ControllerConfig with debug enabled.

You can see the API reference [here](https://marketplace.upbound.io/providers/littlejo/provider-cilium/latest).
You can see the API reference [here](https://marketplace.upbound.io/providers/cilium/provider-cilium/latest).

## Developing

Expand Down

0 comments on commit 7fd6e15

Please sign in to comment.