Gotta learn my own format..
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user