Skip to content

Commit

Permalink
fix restore yamls
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot committed Apr 12, 2024
1 parent 18c276c commit 7044fa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smol_k8s_lab/k8s_tools/restores.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ def restore_pvc(k8s_obj: K8s,
'namespace': ''
},
'spec': {
'failedJobHistoryLimit': 5,
'successfulJobHistoryLimit': 1,
'failedJobsHistoryLimit': 5,
'successfulJobsHistoryLimit': 1,
'podSecurityContext': {
'runAsUser': 0
},
Expand Down

0 comments on commit 7044fa7

Please sign in to comment.