Gotta learn my own format..

This commit is contained in:
Laszlo Fogas
2021-02-15 15:29:49 +01:00
parent 1ad7692a01
commit f097c20ed8
6 changed files with 62 additions and 48 deletions
+1 -1
View File
@@ -15,4 +15,4 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.13.1
version: 0.13.2
+18 -14
View File
@@ -31,20 +31,24 @@
"#/properties/probe"
],
"uiSchema": {
"#/properties/probe/properties/settings/properties/initialDelaySeconds": {
"ui:widget": "range"
},
"#/properties/probe/properties/settings/properties/periodSeconds": {
"ui:widget": "range"
},
"#/properties/probe/properties/settings/properties/successThreshold": {
"ui:widget": "range"
},
"#/properties/probe/properties/settings/properties/timeoutSeconds": {
"ui:widget": "range"
},
"#/properties/probe/properties/settings/properties/failureThreshold": {
"ui:widget": "range"
"#/properties/probe": {
"settings": {
"initialDelaySeconds": {
"ui:widget": "range"
},
"periodSeconds": {
"ui:widget": "range"
},
"successThreshold": {
"ui:widget": "range"
},
"timeoutSeconds": {
"ui:widget": "range"
},
"failureThreshold": {
"ui:widget": "range"
}
}
}
},
"metaData": {