Skip to content

Commit

Permalink
docs: Fix namespace typo in install-helm-release.md
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Łoskot <[email protected]>
  • Loading branch information
mloskot committed Nov 28, 2023
1 parent fa794b3 commit f379c2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guides/install-helm-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion templates/guides/install-helm-release.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit f379c2d

Please sign in to comment.