Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
DilaraOflaz committed Dec 12, 2024
1 parent 9171511 commit fbfffd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubetools/kubernetes/config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def _get_cronjob_data(cronjob):

cronjob_spec['schedule'] = cronjob['schedule']
cronjob_spec['concurrency_policy'] = cronjob['concurrency_policy']
cronjob_spec['batch-api-version'] = cronjob.get('batch-api-version') # May depend on target cluster
cronjob_spec['batch-api-version'] = cronjob.get('batch-api-version')
cronjob_spec['successfulJobsHistoryLimit'] = cronjob.get('successfulJobsHistoryLimit')
cronjob_spec['failedJobsHistoryLimit'] = cronjob.get('failedJobsHistoryLimit')

Expand Down

0 comments on commit fbfffd0

Please sign in to comment.