File tree Expand file tree Collapse file tree 1 file changed +83
-0
lines changed
repo/packages/namespace-setup.packages.kadras.io Expand file tree Collapse file tree 1 file changed +83
-0
lines changed Original file line number Diff line number Diff line change 1+ apiVersion : data.packaging.carvel.dev/v1alpha1
2+ kind : Package
3+ metadata :
4+ creationTimestamp : null
5+ name : namespace-setup.packages.kadras.io.0.1.1
6+ spec :
7+ refName : namespace-setup.packages.kadras.io
8+ releasedAt : " 2022-11-01T17:53:33Z"
9+ template :
10+ spec :
11+ deploy :
12+ - kapp : {}
13+ fetch :
14+ - imgpkgBundle :
15+ image : ghcr.io/arktonix/namespace-setup@sha256:8a95e7f23fa9698013c1f1a472230787d0ac6d1e9384091dd50a5c0b3760d77f
16+ template :
17+ - ytt :
18+ paths :
19+ - config
20+ - kbld :
21+ paths :
22+ - ' -'
23+ - .imgpkg/images.yml
24+ valuesSchema :
25+ openAPIv3 :
26+ additionalProperties : false
27+ properties :
28+ gitops :
29+ additionalProperties : false
30+ description : Configuration to access the Git repositories used in the GitOps
31+ workflows
32+ properties :
33+ password :
34+ default : " "
35+ description : The password for the Git server used in the GitOps workflows
36+ type : string
37+ server :
38+ default : https://github.com
39+ description : The Git server hosting the Git repositories used in the
40+ GitOps workflows
41+ type : string
42+ username :
43+ default : " "
44+ description : The username for the Git server used in the GitOps workflows
45+ type : string
46+ type : object
47+ namespaces :
48+ default : []
49+ description : Configuration for developer namespaces
50+ items :
51+ additionalProperties : false
52+ description : Details about the namespace to configure
53+ properties :
54+ exists :
55+ default : false
56+ type : boolean
57+ name :
58+ default : " "
59+ type : string
60+ type : object
61+ type : array
62+ registry :
63+ additionalProperties : false
64+ description : Configuration to access the OCI registry where the Kadras packages
65+ are stored
66+ properties :
67+ password :
68+ default : " "
69+ description : The password for the OCI registry server where the Kadras
70+ packages are stored
71+ type : string
72+ server :
73+ default : " "
74+ description : The OCI registry server where the Kadras packages are stored
75+ type : string
76+ username :
77+ default : " "
78+ description : The username for the OCI registry server where the Kadras
79+ packages are stored
80+ type : string
81+ type : object
82+ type : object
83+ version : 0.1.1
You can’t perform that action at this time.
0 commit comments