-
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.
Move crossplane and kubedb-provider-* features to a separate folder (#…
…285) Signed-off-by: Masudur Rahman <[email protected]> Signed-off-by: Tamal Saha <[email protected]> Co-authored-by: Tamal Saha <[email protected]>
- Loading branch information
1 parent
a79190d
commit 7f77352
Showing
15 changed files
with
46 additions
and
319 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 |
---|---|---|
|
@@ -107,7 +107,7 @@ The following table lists the configurable parameters of the `ace` chart and the | |
| global.infra.invoice.bucket | | <code>gs://invoice-storage-demo</code> | | ||
| global.infra.invoice.prefix | | <code>""</code> | | ||
| global.infra.invoice.trackerEmail | | <code>[email protected]</code> | | ||
| settings.db.version | | <code>"15.3"</code> | | ||
| settings.db.version | | <code>"15.5"</code> | | ||
| settings.db.databaseName | | <code>bb</code> | | ||
| settings.db.terminationPolicy | | <code>Delete</code> | | ||
| settings.db.persistence.size | | <code>10Gi</code> | | ||
|
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
31 changes: 31 additions & 0 deletions
31
charts/opscenter-features/templates/featuresets/crossplane/featureset.yaml
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,31 @@ | ||
{{- $capiFeatures := dict | ||
"capa" "aws" | ||
"capz" "azure" | ||
"capg" "gcp" | ||
-}} | ||
|
||
apiVersion: ui.k8s.appscode.com/v1alpha1 | ||
kind: FeatureSet | ||
metadata: | ||
name: crossplane | ||
spec: | ||
title: Crossplane | ||
description: | | ||
The cloud native control plane framework | ||
icons: | ||
- src: https://cdn.appscode.com/k8s/icons/menu/cluster.svg | ||
type: image/svg+xml | ||
{{- if ne .Values.capi.provider "" }} | ||
recommended: true | ||
requiredFeatures: | ||
- crossplane | ||
- kubedb-provider-{{ index $capiFeatures .Values.capi.provider }} | ||
{{- end }} | ||
chart: | ||
name: uik8sappscodecom-featureset-dbaas-capa-editor | ||
version: {{ .Chart.AppVersion }} | ||
sourceRef: | ||
apiGroup: source.toolkit.fluxcd.io | ||
kind: HelmRepository | ||
name: appscode-charts-oci | ||
namespace: {{ .Release.Namespace }} |
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
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
47 changes: 0 additions & 47 deletions
47
charts/opscenter-features/templates/featuresets/dbaas-capg/crossplane.yaml
This file was deleted.
Oops, something went wrong.
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
47 changes: 0 additions & 47 deletions
47
charts/opscenter-features/templates/featuresets/dbaas-capz/crossplane.yaml
This file was deleted.
Oops, something went wrong.
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
47 changes: 0 additions & 47 deletions
47
...s/opscenter-features/templates/featuresets/opscenter-datastore/crossplane/crossplane.yaml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.