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

Commit 1a9308d

Browse files
committed
cloudshell default network policy from region
1 parent e6812ac commit 1a9308d

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

charts/cloudshell/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ type: application
2020

2121
# This is the chart version. This version number should be incremented each time you make changes
2222
# to the chart and its templates, including the app version.
23-
version: 4.0.6
23+
version: 4.0.7
2424

2525
# This is the version number of the application being deployed. This version number should be
2626
# incremented each time you make changes to the application.

charts/cloudshell/values.schema.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,13 @@
142142
"x-form": {
143143
"value": "{{region.defaultNetworkPolicy}}"
144144
}
145+
},
146+
"from": {
147+
"type": "array",
148+
"description": "Array of source allowed to have network access to your service",
149+
"x-form": {
150+
"value": "{{region.defaultAllowedSource}}"
151+
}
145152
}
146153
}
147154
}
@@ -433,10 +440,6 @@
433440
"default": "0 4 * * 0"
434441
}
435442
}
436-
},
437-
"podAnnotations": {
438-
"type": "object",
439-
"description": "Annotations on the stateful set"
440443
}
441444
}
442445
}

0 commit comments

Comments
 (0)