Terraform output support in helm values #5234
Unanswered
jack-evans
asked this question in
Proposals
Replies: 1 comment
-
|
Looks like you're looking for a tool that reflects tf state in-cluster as configmaps/secrets, which is out of Flux's scope |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, there is a separation between provisioning resources with terraform and consuming them in Kubernetes applications through GitOps
Say for example, I provisioned an RDS instance in AWS and then had downstream applications looking to use it, I would have to manually add the RDS instance url into the applications configuration for them to utilise it.
It would be great if there was a way to reference in values From a source such as S3 bucket which could contain terraform state and reference a particular output object/field that is say "rds_instance_url" and pass that into the Helm chart
Beta Was this translation helpful? Give feedback.
All reactions