diff --git a/Makefile b/Makefile index 7d08807..f6df4a3 100644 --- a/Makefile +++ b/Makefile @@ -93,7 +93,7 @@ fallthrough: submodules # NOTE(hasheddan): we force image building to happen prior to xpkg build so that # we ensure image is present in daemon. -xpkg.build.consul-provider: do.build.images +xpkg.build.provider-consul: do.build.images # NOTE(hasheddan): we ensure up is installed prior to running platform-specific # build steps in parallel to avoid encountering an installation race condition. diff --git a/README.md b/README.md index 9fb679a..3193964 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Provider Template -`consul-provider` is a [Crossplane](https://crossplane.io/) provider that +`provider-consul` is a [Crossplane](https://crossplane.io/) provider that is built using [Upjet](https://github.com/crossplane/upjet) code generation tools and exposes XRM-conformant managed resources for the Template API. @@ -8,9 +8,9 @@ Template 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/upbound/consul-provider): +to the [latest release](https://marketplace.upbound.io/providers/upbound/provider-consul): ``` -up ctp provider install upbound/consul-provider:v0.1.0 +up ctp provider install upbound/provider-consul:v0.1.0 ``` Alternatively, you can use declarative installation: @@ -19,15 +19,15 @@ cat <