Skip to content

Commit

Permalink
Fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuckal777 committed Feb 24, 2022
1 parent 69a34e2 commit a00dd2a
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions e2e/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,17 @@ config: |
remove: true
profiles:
- name: flatcar
operational:
transitions:
- check: reboot_needed
next: maintenance-required
maintenance-required:
transitions:
- check: check_approval
trigger: remove_approval && reboot-ok
next: in-maintenance
in-maintenance:
transitions:
- check: "!reboot_needed"
trigger: remove_reboot_ok
next: operational
operational:
transitions:
- check: reboot_needed
next: maintenance-required
maintenance-required:
transitions:
- check: check_approval
trigger: remove_approval && reboot-ok
next: in-maintenance
in-maintenance:
transitions:
- check: "!reboot_needed"
trigger: remove_reboot_ok
next: operational

0 comments on commit a00dd2a

Please sign in to comment.