File tree Expand file tree Collapse file tree 1 file changed +67
-0
lines changed
repo/packages/secretgen-controller.packages.kadras.io Expand file tree Collapse file tree 1 file changed +67
-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 : secretgen-controller.packages.kadras.io.0.13.0
6+ spec :
7+ licenses :
8+ - Apache 2.0
9+ refName : secretgen-controller.packages.kadras.io
10+ releasedAt : " 2022-12-12T22:04:28Z"
11+ template :
12+ spec :
13+ deploy :
14+ - kapp : {}
15+ fetch :
16+ - imgpkgBundle :
17+ image : ghcr.io/vmware-tanzu/carvel-secretgen-controller-package-bundle@sha256:e9fc8cf560dde1dd29ee4cb4fc7cc70e81d389ca9c8299e05d75564aff135f1f
18+ template :
19+ - ytt :
20+ paths :
21+ - config/package-bundle/config
22+ - config/release-config.yml
23+ - kbld :
24+ paths :
25+ - ' -'
26+ - .imgpkg/images.yml
27+ valuesSchema :
28+ openAPIv3 :
29+ additionalProperties : false
30+ properties :
31+ create_namespace :
32+ default : true
33+ description : Whether to create namespace specified for secretgen-controller
34+ type : boolean
35+ deployment :
36+ additionalProperties : false
37+ description : Configuration for secretgen-controller deployment
38+ properties :
39+ nodeSelector :
40+ default : null
41+ description : NodeSelector configuration applied to all the deployments
42+ nullable : true
43+ rollingUpdate :
44+ additionalProperties : false
45+ properties :
46+ maxSurge :
47+ default : 0
48+ description : The maxSurge of rollingUpdate. Applied only if RollingUpdate
49+ is used as updateStrategy
50+ type : integer
51+ maxUnavailable :
52+ default : 1
53+ description : The maxUnavailable of rollingUpdate. Applied only if
54+ RollingUpdate is used as updateStrategy
55+ type : integer
56+ type : object
57+ updateStrategy :
58+ default : " "
59+ description : Update strategy of deployments, empty uses default strategy
60+ type : string
61+ type : object
62+ namespace :
63+ default : secretgen-controller
64+ description : The namespace in which to deploy secretgen-controller
65+ type : string
66+ type : object
67+ version : 0.13.0
You can’t perform that action at this time.
0 commit comments