mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-27 16:17:34 +00:00
* Feat: componentDefinitions for Config management Added ComponentDefinitions for config management - helm chart repository - image registry - Dex connector - Terraform provider Co-authored-by: Tianxin Dong <wuwuglu19@gmail.com> Signed-off-by: Zheng Xi Zhou <zzxwill@gmail.com> * Update vela-templates/definitions/internal/component/config-image-registry.cue Co-authored-by: Jianbo Sun <wonderflow@icloud.com> * address comments again Signed-off-by: Zheng Xi Zhou <zzxwill@gmail.com> Co-authored-by: Tianxin Dong <wuwuglu19@gmail.com> Co-authored-by: Jianbo Sun <wonderflow@icloud.com>
16 lines
353 B
YAML
16 lines
353 B
YAML
apiVersion: core.oam.dev/v1beta1
|
|
kind: Application
|
|
metadata:
|
|
name: config-dex-connector-dev
|
|
namespace: vela-system
|
|
spec:
|
|
components:
|
|
- name: dev
|
|
type: config-dex-connector
|
|
properties:
|
|
type: github
|
|
github:
|
|
clientID: "aa"
|
|
clientSecret: "bb"
|
|
callbackURL: "http://localhost:8080/callback"
|