Most “flux boostrap” CLI examples show the usage of a parameter “–path” to point to a directory like `/clusters/staging” to bootsrtap teh config from.
When using the Azure Portal AKS GitOps page, three is no way to specify the cluster “path” . Only the “paths” of the different kustomoizations can be created, but on all examples they do not point to “clusters/xxx” but to either “./base/staging” or “./infrastructure”.
Is there some “hidden logic”, which chooses the “cluster” directory to bootstrap from ?
I looked in all AKS Flux tutorials, but did not find any hint,