Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

Commit 04971ba

Browse files
committed
cloudshell default
1 parent ea3d13b commit 04971ba

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

charts/cloudshell/values.schema.json

+15
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,18 @@
160160
"from": {
161161
"type": "array",
162162
"description": "Array of source allowed to have network access to your service",
163+
"default" : [
164+
{
165+
"ipBlock": {
166+
"cidr": "10.233.103.0/32"
167+
}
168+
},
169+
{
170+
"ipBlock": {
171+
"cidr": "10.233.111.0/32"
172+
}
173+
}
174+
],
163175
"x-form": {
164176
"value": "{{region.from}}"
165177
},
@@ -405,6 +417,7 @@
405417
"tolerations": {
406418
"type": "array",
407419
"description": "Array of tolerations",
420+
"default": [],
408421
"x-form": {
409422
"value": "{{region.tolerations}}"
410423
},
@@ -415,6 +428,7 @@
415428
"nodeSelector": {
416429
"type": "object",
417430
"description": "NodeSelector",
431+
"default": {},
418432
"x-form": {
419433
"value": "{{region.nodeSelector}}"
420434
},
@@ -425,6 +439,7 @@
425439
"startupProbe": {
426440
"type": "object",
427441
"description": "Start up probe",
442+
"default": {},
428443
"x-form": {
429444
"value": "{{region.startupProbe}}"
430445
},

0 commit comments

Comments
 (0)