argocd-terraform-controller
argocd-terraform-controller copied to clipboard
Argo CD Terraform Controller
Are we planning to release a helm chart for argocd-terraform-controller ?
### Summary Argo CD is widely used in native Kubernetes environments to enable not only GitOps workflows, but also help with traditional CI/CD processes be more Cloud Native. Currently, Argo...
Working on setting an exit status Closes #23
We need to store any outputs within a secret file so that they can be extracted and used
According to this: https://kubernetes.io/docs/concepts/configuration/configmap/#motivation config maps can only hold 1 MiB, of information. This puts a hard limit on the total size of the Terraform files in a repository that...
Currently there is nothing that outputs if the worker was successful in its run.
How would we provide cloud credentials to a worker as a secret to be able to generate remote assets
Using the practices from COP we should use concurrent builds rather than the repeat build process currently in use
Creation of associated documentation to correlate with the features found in the MVP milestone * README * API's * Getting started * Development
Creation of schemas based on #1 Inspiration of potential options can be taken from [existing reference](https://github.com/weaveworks/tf-controller/blob/main/api/v1alpha1/terraform_types.go)