Skip to content

Commit 8909404

Browse files
badal773Badal Kumar Prusty
and
Badal Kumar Prusty
authored
Fix typo: Cronjob → CronJob (#6335)
Co-authored-by: Badal Kumar Prusty <[email protected]>
1 parent c4f13ed commit 8909404

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

scripts/devtron-reference-helm-charts/cronjob-chart_1-3-0/schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@
372372
"description": "Kind is a string value representing the object type.",
373373
"enum": [
374374
"Job",
375-
"Cronjob",
375+
"CronJob",
376376
"ScaledJob"
377377
],
378378
"title": "Kind"

scripts/devtron-reference-helm-charts/cronjob-chart_1-4-0/schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@
372372
"description": "Kind is a string value representing the object type.",
373373
"enum": [
374374
"Job",
375-
"Cronjob",
375+
"CronJob",
376376
"ScaledJob"
377377
],
378378
"title": "Kind"

scripts/devtron-reference-helm-charts/cronjob-chart_1-5-0/schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@
372372
"description": "Kind is a string value representing the object type.",
373373
"enum": [
374374
"Job",
375-
"Cronjob",
375+
"CronJob",
376376
"ScaledJob"
377377
],
378378
"title": "Kind"

0 commit comments

Comments
 (0)