Skip to content

Commit

Permalink
[helm] Adding chart config and default templates
Browse files Browse the repository at this point in the history
  • Loading branch information
didierofrivia committed Jun 26, 2024
1 parent 0264201 commit a8a6504
Show file tree
Hide file tree
Showing 4 changed files with 6,304 additions and 0 deletions.
23 changes: 23 additions & 0 deletions charts/authorino-operator/.helmignore
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/
28 changes: 28 additions & 0 deletions charts/authorino-operator/Chart.yaml
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: mcassola@redhat.com
name: Guilherme Cassolato
- email: didier@redhat.com
name: Didier Di Cesare
- email: eastizle@redhat.com
name: Eguzki Astiz Lezaun
Loading

0 comments on commit a8a6504

Please sign in to comment.