Skip to content

Commit

Permalink
adding tekton
Browse files Browse the repository at this point in the history
  • Loading branch information
sol-dev-abhi committed Oct 13, 2023
1 parent 5764476 commit bc0ce29
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions server/data/store-apps/app_list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ enabledApps:
- argo-cd
- crossplane
- testkube
- tekton

disabledApps:
10 changes: 10 additions & 0 deletions server/data/store-apps/conf/tekton.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Name: "tekton"
ChartName: "tools/tekton"
Category: "CI/CD"
Description: ""
RepoName: "tools"
RepoURL: "https://kube-tarian.github.io/helmrepo-supporting-tools"
Namespace: "tekton"
ReleaseName: "tekton"
Version: "0.1.1"
CreateNamespace: true
2 changes: 1 addition & 1 deletion server/pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ type ServiceConfig struct {
ServiceName string `envconfig:"SERVICE_NAME" default:"capten-server"`
Database string `envconfig:"DATABASE" default:"astra"`
AuthEnabled bool `envconfig:"AUTH_ENABLED" default:"false"`
RegisterLaunchAppsConifg bool `envconfig:"REGISTER_LAUNCH_APPS_CONFIG" default:"false"`
RegisterLaunchAppsConifg bool `envconfig:"REGISTER_LAUNCH_APPS_CONFIG" default:"true"`
CaptenOAuthURL string `envconfig:"CAPTEN_OAUTH_URL" default:"https://alpha.optimizor.app/api/.ory"`
}

Expand Down

0 comments on commit bc0ce29

Please sign in to comment.