-
Notifications
You must be signed in to change notification settings - Fork 31
/
definition.yaml
53 lines (53 loc) · 1.64 KB
/
definition.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
apiVersion: apiextensions.crossplane.io/v1
kind: CompositeResourceDefinition
metadata:
name: xvirtualargocds.demo.codefresh.io
spec:
group: demo.codefresh.io
names:
kind: XVirtualArgoCD
plural: xvirtualargocds
claimNames:
kind: VirtualArgoCD
plural: virtualargocds
versions:
- name: v1alpha1
served: true
referenceable: true
schema:
openAPIV3Schema:
type: object
properties:
spec:
type: object
properties:
vcluster:
type: object
properties:
values:
description: Values for vcluster Helm chart
type: object
argocd:
type: object
properties:
values:
x-kubernetes-preserve-unknown-fields: true
description: Values for vcluster Helm chart
type: object
# required:
# - vcluster-values
status:
type: object
properties:
vcluster:
type: object
properties:
kubeconfigSecretName:
description: Name of the secret that holds the Kubeconfig for the virtual cluster.
type: string
kubeconfigSecretKey:
description: Name of the key in the secret that hold Kubeconfig for the virtual cluster.
type: string
helmProviderName:
description: Name of the Helm provider created for vcluster
type: string