diff --git a/examples/minimal/main.tf b/examples/minimal/main.tf index 3e63b25..860a816 100644 --- a/examples/minimal/main.tf +++ b/examples/minimal/main.tf @@ -1,6 +1,6 @@ module "flux" { source = "rtlnl/flux/aws" - git_url = "git@github.com:myname/repo" + git_url = "git@github.com:myname/repo" install_helm_operator = false } \ No newline at end of file diff --git a/main.tf b/main.tf index e9df450..68d7033 100755 --- a/main.tf +++ b/main.tf @@ -141,7 +141,7 @@ resource "kubernetes_deployment" "flux" { memory = var.flux_resources["memory"] } } - + volume_mount { name = "git-key" read_only = true