I can’t find any supported way in Azure GitOps (Flux v2) to enable Git submodules for a Flux GitRepository source (i.e., set spec.recurseSubmodules: true). Flux upstream supports this field and it’s very useful when the cluster config repo references Helm charts or manifests via submodules. Is possible to expose and support recurseSubmodules in Azure GitOps (Flux v2) so we can configure it via Azure APIs/CLI/Portal.
Related command
Errors
Issue script & Debug output
Expected behavior
az k8s-configuration flux create \ --recurseSubmodules true
Environment Summary
Additional context
No response