Open
Description
openedon Oct 9, 2024
Describe the bug
When installing flux extension in AKS with "--configuration-protected-settings" flag, secret is created in kube-system namespace by default. However, it should be created in the target/release namespace.
To Reproduce
Steps to reproduce the behavior:
Related to - hashicorp/terraform-provider-azurerm#21610 (comment)
Expected behavior
To see protected-ext-parameters-{}-01 secret to be created in target/release namespace instead of kube-system.
Activity