Skip to content

Commit

Permalink
fix: also allow old master nodes to provision snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Jul 4, 2022
1 parent 05d9e9f commit d2042e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions snapshot/cronjob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ spec:
- key: node-role.kubernetes.io/control-plane
effect: NoSchedule
operator: Exists
- key: node-role.kubernetes.io/master
effect: NoSchedule
operator: Exists

initContainers:
- name: snapshot
Expand Down

0 comments on commit d2042e3

Please sign in to comment.