Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Conditionally rerun executions #75

Closed
wants to merge 1 commit into from
Closed

Conversation

k0da
Copy link
Contributor

@k0da k0da commented Dec 3, 2020

Sometimes we want to ensure real world matches desired state, if state
annotated with "terraformcontroller.cattle.io/run-every" timestamp will
be used to generate new runHash and state update will be scheduled

Signed-off-by: Dinar Valeev [email protected]

@k0da k0da mentioned this pull request Dec 3, 2020
@@ -10,6 +10,7 @@ var (
ModuleConditionGitUpdated = condition.Cond("GitUpdated")

StateConditionJobDeployed = condition.Cond("JobDeployed")
StateConfitionScheduled = condition.Cond("RefreshScheduled")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo Confition

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Fixed all occurances.

Sometimes we want to ensure real world matches desired state, if state
annotated with "terraformcontroller.cattle.io/run-every" timestamp will
be used to generate new runHash and state update will be scheduled

Signed-off-by: Dinar Valeev <[email protected]>
@luthermonson
Copy link
Contributor

closing for #83

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants