Skip to content

helm-controller: providing values from sources #100

Answered by hiddeco
hiddeco asked this question in Proposals
Discussion options

You must be logged in to vote

To combine #100 (reply in thread) and #100 (reply in thread), and settle on an answer.

Proposed spec changes

diff --git a/docs/spec/v2alpha1/helmreleases.md b/docs/spec/v2alpha1/helmreleases.md
index 5c13e45..086f624 100644
--- a/docs/spec/v2alpha1/helmreleases.md
+++ b/docs/spec/v2alpha1/helmreleases.md
@@ -70,6 +70,10 @@ type HelmReleaseSpec struct {
 	// +optional
 	Uninstall Uninstall `json:"uninstall,omitempty"`
 
+	// ValuesFrom holds references to values in Secrets and ConfigMaps.
+	// +optional
+	ValuesFrom []ValuesReference `json:"valuesFrom,omitempty"`
+
 	// Values holds the values for this Helm release.
 	// +optional
 	Values apiextensionsv1.JSON `json:"values,omitempty"`
@@ …

Replies: 9 comments 28 replies

Comment options

You must be logged in to vote
1 reply
@hiddeco
Comment options

hiddeco Jul 22, 2020
Maintainer Author

Comment options

hiddeco
Jul 22, 2020
Maintainer Author

You must be logged in to vote
2 replies
@stefanprodan
Comment options

@hiddeco
Comment options

hiddeco Jul 22, 2020
Maintainer Author

Comment options

You must be logged in to vote
12 replies
@stefanprodan
Comment options

@hiddeco
Comment options

hiddeco Jul 22, 2020
Maintainer Author

@stefanprodan
Comment options

@squaremo
Comment options

@hiddeco
Comment options

hiddeco Jul 22, 2020
Maintainer Author

Comment options

You must be logged in to vote
1 reply
@hiddeco
Comment options

hiddeco Jul 22, 2020
Maintainer Author

Comment options

hiddeco
Jul 22, 2020
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by stefanprodan
Comment options

You must be logged in to vote
0 replies
Comment options

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

@carlpett
Comment options

@hiddeco
Comment options

hiddeco Aug 19, 2020
Maintainer Author

@carlpett
Comment options

@jeff-minard-ck
Comment options

Comment options

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

hiddeco Nov 5, 2020
Maintainer Author

@nij4t
Comment options

@hiddeco
Comment options

hiddeco Nov 6, 2020
Maintainer Author

@nij4t
Comment options

Comment options

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

hiddeco Feb 11, 2021
Maintainer Author

@arbourd
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
9 participants