Skip to content
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

BUG: template Values/template resources #93

Closed
gianlucam76 opened this issue Nov 21, 2022 · 0 comments
Closed

BUG: template Values/template resources #93

gianlucam76 opened this issue Nov 21, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@gianlucam76
Copy link
Member

Problem Description

Sveltos allows fetching values for helm charts and kubernetes resource at run time from Cluster/InfrastructureProvider/KubeadmControlPlane/SecretRef instances.

For instance, following set cidrs fetching it from Cluster instance Spec.

" cidrs: {{ index .Cluster.Spec.ClusterNetwork.Pods.CIDRBlocks 0 }} "

Currently only when:

  1. helm chart is installed/upgraded
  2. resource. contained in referenced Secret/ConfigMap, is deployed

template values are fetched from Cluster/InfrastructureProvider/KubeadmControlPlane/SecretRef

Ideal behavior should that that any change in above resource which would cause helm values/template resource to change, should trigger reconciliation

System Information

INSTRUCTIONS: Provide the system and application information below.

SVELTOS VERSION: v0.2.1

@gianlucam76 gianlucam76 added the bug Something isn't working label Nov 21, 2022
@gianlucam76 gianlucam76 added the help wanted Extra attention is needed label Jan 18, 2023
@gianlucam76 gianlucam76 self-assigned this May 21, 2024
@gianlucam76 gianlucam76 removed the help wanted Extra attention is needed label May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant