Skip to content

Commit

Permalink
update pliuging list
Browse files Browse the repository at this point in the history
  • Loading branch information
vramk23 committed Mar 31, 2024
1 parent dc8e1a5 commit 54f1374
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
43 changes: 43 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,44 @@
# capten-plugin

# capten-plugins

Project to adminster capten plugin content

## plugin-store

Configure Capten plguin applications

Sample Plugin application configuration

```
pluginName: "my-app"
description: "Sample plugin app"
category: "CI/CD"
icon: "app.svg"
pluginConfig:
apiEndpoint: https://myapp.{{.DomainName}}/api
uiEndpoint: https://myapp.{{.DomainName}}/ui
uiModulePackageURL: https://myapp.{{.DomainName}}/ui-package/my-app.zip
capabilities:
- deploy-controlplane-cluster
- deploy-bussiness-cluster
- capten-sdk
- ui-sso-oauth
- postgress-store
- vault-store
deploymentConfig:
controlplaneCluster:
chartName: "my-app-chart1"
chartRepo: "https://kube-tarian.github.io/helmrepo-supporting-tools"
versions:
- "v1.0.2"
defaultNamespace: "my-app1"
privilegedNamespace: false
bussinessCluster:
chartName: "my-app-chart2"
chartRepo: "https://kube-tarian.github.io/helmrepo-supporting-tools"
versions:
- "v1.0.5"
defaultNamespace: "my-app2"
privilegedNamespace: false
```
1 change: 0 additions & 1 deletion plugin-store/plugin-list.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
plugins:
- argo-cd
- crossplane
- testkube
- tekton

0 comments on commit 54f1374

Please sign in to comment.