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

Commit

Permalink
schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
fcomte committed Jun 17, 2022
1 parent 80cf3e7 commit 766e72e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/cloudshell/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ 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.
version: 4.0.9
version: 4.0.10

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
7 changes: 5 additions & 2 deletions charts/cloudshell/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,10 @@
"enabled": {
"type": "boolean",
"description": "activate an automatic deletion job for this service",
"default": false
"default": false,
"x-form": {
"value": "{{region.deleteJob.enabled}}"
}
},
"schedule": {
"type": "string",
Expand All @@ -452,7 +455,7 @@
"path": "deleteJob/enabled"
},
"x-form": {
"value": "{{region.schedule}}"
"value": "{{region.deleteJob.schedule}}"
},
"default": "0 4 * * 0"
}
Expand Down

0 comments on commit 766e72e

Please sign in to comment.