We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In ClusterProfile and Profile objects templateResourceRefs allows templating values from Cluster labels, configmaps and secrets:
https://projectsveltos.github.io/sveltos/template/template_generic_examples/
In this example ManagedCluster we'd like to use secret as a source of values for motel chart:
apiVersion: hmc.mirantis.com/v1alpha1 kind: ManagedCluster metadata: labels: motel: regional name: pbasov-aws-reg0 namespace: hmc-system spec: config: ... services: - name: motel-regional namespace: motel template: motel-regional values: | victoriametrics: vmauth: ingress: host: vmauth.pbasov-reg-0.project2a-dev.mirantis.com credentials: username: motel password: motel
The text was updated successfully, but these errors were encountered:
wahabmk
Successfully merging a pull request may close this issue.
In ClusterProfile and Profile objects templateResourceRefs allows templating values from Cluster labels, configmaps and secrets:
https://projectsveltos.github.io/sveltos/template/template_generic_examples/
In this example ManagedCluster we'd like to use secret as a source of values for motel chart:
The text was updated successfully, but these errors were encountered: