generated from crossplane/upjet-provider-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from crossplane-contrib/fix_package_metadata
fix(package/crossplane.yaml): identation fix in the pkg metadata
- Loading branch information
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ apiVersion: meta.pkg.crossplane.io/v1 | |
kind: Provider | ||
metadata: | ||
name: provider-spotify | ||
annotations: | ||
meta.crossplane.io/maintainer: "Theo Chatzimichos <[email protected]>" | ||
meta.crossplane.io/source: https://github.com/crossplane-contrib/provider-spotify | ||
meta.crossplane.io/license: Apache-2.0 | ||
meta.crossplane.io/description: A Crossplane provider for managing Spotify playlists in Kubernetes. | ||
meta.crossplane.io/readme: | | ||
`provider-spotify` is a Crossplane provider for managing Spotify playlists in Kubernetes. | ||
annotations: | ||
meta.crossplane.io/maintainer: "Theo Chatzimichos <[email protected]>" | ||
meta.crossplane.io/source: https://github.com/crossplane-contrib/provider-spotify | ||
meta.crossplane.io/license: Apache-2.0 | ||
meta.crossplane.io/description: A Crossplane provider for managing Spotify playlists in Kubernetes. | ||
meta.crossplane.io/readme: | | ||
`provider-spotify` is a Crossplane provider for managing Spotify playlists in Kubernetes. | ||
It is based on the Terraform Spotify provider. Read the [README](https://github.com/crossplane-contrib/provider-spotify/blob/main/README.md) | ||
for instructions. | ||
It is based on the Terraform Spotify provider. Read the [README](https://github.com/crossplane-contrib/provider-spotify/blob/main/README.md) | ||
for instructions. |