Skip to content

Commit

Permalink
remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
indexjoseph committed Jul 9, 2024
1 parent 40ed756 commit 13e4e77
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions examples/chainfleetautoscaler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,36 +35,19 @@ spec:
- uid: "weekday"
type: Schedule # Schedule based condition.
schedule:
<<<<<<< HEAD
between:
# The policy becomes eligible for application starting on
# Feb 20, 2024 at 4:04 PM EST. Optional.
start: "2024-02-20T16:04:04-05:00"
# The policy becomes ineligible for application on
# Feb 23, 2024 at 4:04 PM EST. Optional.
end: "2024-02-23T16:04:04-05:00"
=======
between:
# The policy becomes eligible for application starting on
# Feb 20, 2024 at 4:04 PM EST.
# Optional.
start: "2024-02-20T16:04:04-05:00"
# The policy becomes ineligible for application on
# Feb 23, 2024 at 4:04 PM EST.
# Optional.
end: "2024-02-23T16:04:04-05:00" # optional
>>>>>>> 5c7c800974a4826928275cf5c94ec2a56f88f4ef
activePeriod:
# Timezone to be used for the startCron field.
# Optional.
timezone: "America/New_York"
# Start applying the bufferSize everyday at 1:00 AM EST.
<<<<<<< HEAD
# (Only eligible starting on Feb 20, 2024 at 4:04 PM.) Optional.
=======
# (Only eligible starting on Feb 20, 2024 at 4:04 PM.)
# Optional.
>>>>>>> 5c7c800974a4826928275cf5c94ec2a56f88f4ef
startCron: "0 1 * * 0"
# Only apply the bufferSize for this 5 hours
# Optional.
Expand All @@ -80,11 +63,7 @@ spec:
- uid: "weekend"
type: Schedule
schedule:
<<<<<<< HEAD
between:
=======
between:
>>>>>>> 5c7c800974a4826928275cf5c94ec2a56f88f4ef
# The policy becomes eligible for application starting on
# Feb 24, 2024 at 4:05 PM EST.
# Optional.
Expand Down

0 comments on commit 13e4e77

Please sign in to comment.