argocd-terraform-controller icon indicating copy to clipboard operation
argocd-terraform-controller copied to clipboard

Config map for storing Terraform files size limit

Open josephsawaya opened this issue 3 years ago • 0 comments

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 we can support, since we're currently storing these in a config map using the terraform-generate plugin.

We should try finding alternate ways for the worker to access the Terraform files, to avoid this size limit issue.

josephsawaya avatar Sep 29 '22 15:09 josephsawaya