-
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 #15 from stevendborrelli/meta-pkg
fix meta package annotations
- Loading branch information
Showing
2 changed files
with
15 additions
and
14 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
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 |
---|---|---|
|
@@ -3,16 +3,17 @@ apiVersion: meta.pkg.crossplane.io/v1beta1 | |
kind: Function | ||
metadata: | ||
name: function-tag-manager | ||
meta.crossplane.io/maintainer: Crossplane Maintainers <[email protected]> | ||
meta.crossplane.io/source: github.com/crossplane-contrib/function-tag-manager | ||
meta.crossplane.io/license: Apache-2.0 | ||
meta.crossplane.io/description: A Function that Manages Resource Tags. | ||
meta.crossplane.io/readme: | | ||
This Composition function manages tags for cloud resources, allowing platform | ||
operators to add additional tags, remove tags, and have Crossplane | ||
ignore tags that are set by outside systems. | ||
Currently AWS is supported. The function will only tag AWS resources that support | ||
tags. See the [README](https://github.com/crossplane-contrib/function-tag-manager) | ||
for examples and documentation. | ||
annotations: | ||
meta.crossplane.io/maintainer: Crossplane Maintainers <[email protected]> | ||
meta.crossplane.io/source: github.com/crossplane-contrib/function-tag-manager | ||
meta.crossplane.io/license: Apache-2.0 | ||
meta.crossplane.io/description: A Function that Manages Resource Tags. | ||
meta.crossplane.io/readme: | | ||
This Composition function manages tags for cloud resources, allowing platform | ||
operators to add additional tags, remove tags, and have Crossplane | ||
ignore tags that are set by outside systems. | ||
Currently AWS is supported. The function will only tag AWS resources that support | ||
tags. See the [README](https://github.com/crossplane-contrib/function-tag-manager) | ||
for examples and documentation. | ||
spec: {} |