-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[helm] Adding chart config and default templates
- Loading branch information
1 parent
45785fb
commit bef7a42
Showing
4 changed files
with
652 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Patterns to ignore when building packages. | ||
# This supports shell glob matching, relative path matching, and | ||
# negation (prefixed with !). Only one pattern per line. | ||
.DS_Store | ||
# Common VCS dirs | ||
.git/ | ||
.gitignore | ||
.bzr/ | ||
.bzrignore | ||
.hg/ | ||
.hgignore | ||
.svn/ | ||
# Common backup files | ||
*.swp | ||
*.bak | ||
*.tmp | ||
*.orig | ||
*~ | ||
# Various IDEs | ||
.project | ||
.idea/ | ||
*.tmproj | ||
.vscode/ |
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
apiVersion: v2 | ||
name: authorino-operator | ||
description: Kubernetes operator for managing Authorino instances, a K8s-native AuthN/AuthZ service to protect your APIs. | ||
home: https://kuadrant.io | ||
icon: https://raw.githubusercontent.com/Kuadrant/kuadrant.github.io/main/static/img/apple-touch-icon.png | ||
keywords: | ||
- authorino | ||
- authn | ||
- authz | ||
- authorization | ||
- authentication | ||
- service protection | ||
- kubernetes | ||
- kuadrant | ||
sources: | ||
- https://github.com/Kuadrant/authorino-operator/ | ||
- https://github.com/Kuadrant/authorino/ | ||
kubeVersion: ">=1.19.0-0" | ||
type: application | ||
# The version will be properly set when the chart is released matching the operator version | ||
version: "0.0.0" | ||
maintainers: | ||
- email: [email protected] | ||
name: Guilherme Cassolato | ||
- email: [email protected] | ||
name: Didier Di Cesare | ||
- email: [email protected] | ||
name: Eguzki Astiz Lezaun |
Oops, something went wrong.