-
Notifications
You must be signed in to change notification settings - Fork 33
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
Signed-off-by: dd di cesare <[email protected]>
- Loading branch information
1 parent
3fc5221
commit 4ca8341
Showing
5 changed files
with
17,176 additions
and
1 deletion.
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 |
---|---|---|
@@ -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,47 @@ | ||
apiVersion: v2 | ||
name: kuadrant-operator | ||
description: The Operator to install and manage the lifecycle of the Kuadrant components deployments. | ||
home: https://kuadrant.io | ||
icon: https://raw.githubusercontent.com/Kuadrant/kuadrant.github.io/main/static/img/apple-touch-icon.png | ||
keywords: | ||
- kuadrant | ||
- authorino | ||
- authn | ||
- authz | ||
- authorization | ||
- authentication | ||
- service protection | ||
- limitador | ||
- rate limiting | ||
- dns | ||
- managed zones | ||
- kubernetes | ||
sources: | ||
- https://github.com/Kuadrant/kuadrant-operator/ | ||
kubeVersion: ">=1.19.0-0" | ||
type: application | ||
# The chart version and dependencies will be properly set when the chart is released matching the operator version | ||
version: "0.0.0" | ||
dependencies: | ||
- name: authorino-operator | ||
version: 0.0.0 | ||
repository: https://kuadrant.io/helm-charts/ | ||
- name: limitador-operator | ||
version: 0.0.0 | ||
repository: https://kuadrant.io/helm-charts/ | ||
- name: dns-operator | ||
version: main | ||
repository: https://kuadrant.io/helm-charts/ | ||
maintainers: | ||
- email: [email protected] | ||
name: Adam Cattermole | ||
- email: [email protected] | ||
name: Didier Di Cesare | ||
- email: [email protected] | ||
name: Eguzki Astiz Lezaun | ||
- email: [email protected] | ||
name: Guilherme Cassolato | ||
- email: [email protected] | ||
name: Jim Fitzpatrick | ||
- email: [email protected] | ||
name: Kevin Chi Fan |
Oops, something went wrong.