Skip to content

helm-controller: conditional remediation on failed Helm actions #102

Answered by hiddeco
hiddeco asked this question in Proposals
Discussion options

You must be logged in to vote

To combine the starter post and #102 (reply in thread), and to be able to select it as the answer.

Spec changes

Install

diff --git a/docs/spec/v2alpha1/helmreleases.md b/docs/spec/v2alpha1/helmreleases.md
index bf6010d..127c196 100644
--- a/docs/spec/v2alpha1/helmreleases.md
+++ b/docs/spec/v2alpha1/helmreleases.md
@@ -96,6 +96,21 @@ type HelmChartTemplate struct {
 	Interval *metav1.Duration `json:"interval,omitempty"`
 }
 
+type InstallRemediation struct {
+	// Retries is the number of retries that should be attempted on failures before
+	// bailing. Defaults to '0', a negative integer equals to unlimited retries.
+	// +optional
+	Retries int `json:"retries,omitempty"`
+
+	// IgnoreTest…

Replies: 3 comments 9 replies

Comment options

You must be logged in to vote
3 replies
@hiddeco
Comment options

hiddeco Jul 17, 2020
Maintainer Author

@stefanprodan
Comment options

@hiddeco
Comment options

hiddeco Jul 17, 2020
Maintainer Author

Comment options

You must be logged in to vote
6 replies
@seaneagan
Comment options

@seaneagan
Comment options

@hiddeco
Comment options

hiddeco Jul 22, 2020
Maintainer Author

@seaneagan
Comment options

@hiddeco
Comment options

hiddeco Jul 22, 2020
Maintainer Author

Comment options

hiddeco
Jul 23, 2020
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by hiddeco
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants