-
Notifications
You must be signed in to change notification settings - Fork 48
feat: enable Helm charts installation from flux sources #1350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
f478e05
to
85dff5b
Compare
85dff5b
to
e1344b7
Compare
3c7f274
to
4b9a03a
Compare
Review file api/v1alpha1/clustertemplate_types.go |
c1e51cf
to
74bdf4b
Compare
Review file api/v1alpha1/clustertemplate_types.go |
Review file api/v1alpha1/clustertemplate_types.go |
74bdf4b
to
9958488
Compare
Review file api/v1alpha1/clustertemplate_types.go |
Signed-off-by: Artem Bortnikov <[email protected]>
Signed-off-by: Artem Bortnikov <[email protected]>
Signed-off-by: Artem Bortnikov <[email protected]>
Signed-off-by: Artem Bortnikov <[email protected]>
Signed-off-by: Artem Bortnikov <[email protected]>
Signed-off-by: Artem Bortnikov <[email protected]>
Signed-off-by: Artem Bortnikov <[email protected]>
Signed-off-by: Artem Bortnikov <[email protected]>
Signed-off-by: Artem Bortnikov <[email protected]>
9958488
to
1b14368
Compare
Review file api/v1alpha1/clustertemplate_types.go |
This PR adds functionality to install apps defined in ServiceTemplates using Helm charts from flux sources.
Fixes: #1253
Example:
Results in ClusterProfile with following spec:
where
repositoryURL
is a combination of<flux-source-kind>://<repository-namespace>/<repository-name>/<path-defined-in-template>
.ClusterSummary status:
And deployed service:
❯ KUBECONFIG=$(pwd)/aws-kconfig k get pods NAME READY STATUS RESTARTS AGE managed-prometheus-server-bdbbdd97d-47xt8 2/2 Running 0 28m