Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix the invalid / templated package path used during install #10

Merged
merged 1 commit into from
Sep 23, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions package/crossplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@ apiVersion: meta.pkg.crossplane.io/v1alpha1
kind: Provider
metadata:
name: provider-jet-equinix
spec:
controller:
image: DOCKER_REGISTRY/provider-jet-equinix-controller:VERSION
annotations:
meta.crossplane.io/maintainer: Crossplane Maintainers <info@crossplane.io>
meta.crossplane.io/source: github.com/crossplane-contrib/provider-jet-equinix
meta.crossplane.io/license: Apache-2.0
meta.crossplane.io/description: |
The Equinix Crossplane provider adds support for
managing Equinix resources in Kubernetes.

meta.crossplane.io/readme: |
`provider-jet-equinix` is the Crossplane infrastructure provider for the [Equinix](https://equinix.com/).

If you encounter an issue please reach out on
[slack.crossplane.io](https://slack.crossplane.io) and create an issue in
the [crossplane/provider-jet-equinix](https://github.com/crossplane/provider-jet-equinix)
repo.