Week 13
When you need to know all available configuration options for the AKS GitOps Flux extension, the Microsoft docs don’t list the full set of helm values, and the chart isn’t easy to track down on GitHub either. The quickest way to discover every possible value is to dump them directly from the running installation:
1helm get values flux -n flux-system --all
This returns all current values for the chart — including defaults — giving you the full picture of what can be configured.