-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Christian Berendt <[email protected]>
- Loading branch information
Showing
9 changed files
with
11,358 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
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,21 @@ | ||
apiVersion: v2 | ||
appVersion: 0.0.0 | ||
description: mariadb-operator CRDs | ||
home: https://github.com/mariadb-operator/mariadb-operator | ||
icon: https://mariadb-operator.github.io/mariadb-operator/assets/mariadb_profile.svg | ||
keywords: | ||
- mariadb | ||
- mysql | ||
- operator | ||
- mariadb-operator | ||
- database | ||
- maxscale | ||
kubeVersion: '>=1.26.0-0' | ||
maintainers: | ||
- email: [email protected] | ||
name: mmontes11 | ||
- email: [email protected] | ||
name: mariadb-pieterhumphrey | ||
name: mariadb-operator-crds | ||
type: application | ||
version: 0.36.0 |
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,5 @@ | ||
mariadb-operator CRDs have been successfully installed! 🦭 | ||
|
||
To complete the mariadb-operator installation, please now proceed to install the | ||
mariadb-operator chart: | ||
https://github.com/mariadb-operator/mariadb-operator?tab=readme-ov-file#helm-installation |
11,286 changes: 11,286 additions & 0 deletions
11,286
charts/mariadb-operator-crds/templates/crds.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
Empty file.
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
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
--- | ||
_crds_cert_manager_helm_values: {} | ||
_crds_mariadb_operator_helm_values: {} | ||
_crds_prometheus_operator_helm_values: {} | ||
_crds_yaook_operators_helm_values: {} |