diff --git a/helm.tf b/helm.tf index 207b828..507f6c3 100644 --- a/helm.tf +++ b/helm.tf @@ -35,6 +35,11 @@ resource "helm_release" "this" { server = { root_url = "https://${local.ingress_domain}" } + "auth.anonymous" = { + enabled = true + org_role = "Viewer" + hide_version = true + } } }),