Skip to content

Commit 8bf8432

Browse files
author
Chris Sanders
committed
Update tutorial-use-gitops-flux2.md
Add direction to info on how to do the tutorial using 'namespace' scope.
1 parent bc02cde commit 8bf8432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-arc/kubernetes/tutorial-use-gitops-flux2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ In the following example:
139139
* The namespace for configuration installation is `cluster-config`.
140140
* The URL for the public Git repository is `https://github.com/Azure/gitops-flux2-kustomize-helm-mt`.
141141
* The Git repository branch is `main`.
142-
* The scope of the configuration is `cluster`. It gives the operators permissions to make changes throughout cluster.
142+
* The scope of the configuration is `cluster`. This gives the operators permissions to make changes throughout cluster. To use `namespace` scope with this tutorial, [see the changes needed](#multi-tenancy).
143143
* Two kustomizations are specified with names `infra` and `apps`. Each is associated with a path in the repository.
144144
* The `apps` kustomization depends on the `infra` kustomization. (The `infra` kustomization must finish before the `apps` kustomization runs.)
145145
* Set `prune=true` on both kustomizations. This setting assures that the objects that Flux deployed to the cluster will be cleaned up if they're removed from the repository or if the Flux configuration or kustomizations are deleted.

0 commit comments

Comments
 (0)