diff --git a/docs/guides/install-helm-release.md b/docs/guides/install-helm-release.md index 116ba552..8accbb62 100644 --- a/docs/guides/install-helm-release.md +++ b/docs/guides/install-helm-release.md @@ -50,4 +50,4 @@ resource "helm_release" "this" { } ``` -After applying the example Terraform configuration, a Kind cluster should exist with Flux installed in the `flux_system` namespace. +After applying the example Terraform configuration, a Kind cluster should exist with Flux installed in the `flux-system` namespace. diff --git a/templates/guides/install-helm-release.md.tmpl b/templates/guides/install-helm-release.md.tmpl index 77de77eb..9814711e 100644 --- a/templates/guides/install-helm-release.md.tmpl +++ b/templates/guides/install-helm-release.md.tmpl @@ -14,4 +14,4 @@ Define a Kind cluster and pass the cluster configuration to the Helm provider al {{ tffile "examples/install-helm-release/main.tf" }} -After applying the example Terraform configuration, a Kind cluster should exist with Flux installed in the `flux_system` namespace. +After applying the example Terraform configuration, a Kind cluster should exist with Flux installed in the `flux-system` namespace.