Describe the bug
When trying to create KeyVault and set creationMode spec to anything other than default while using armID as resource owner an error is raised.
To Reproduce
Just replace the id values on code bellow.
Expected behavior
KeyVault created with expected createMode set and selected resource group as its owner.
Additional context
Error message is the following:
failed to add initial resource state: failed to modify ARM payload: unable to find owner of KeyVault argocd-keyvault: owner of KeyVault test-keyvault is not within the cluster
Azure Service Operator 2.7.0
Describe the bug When trying to create KeyVault and set creationMode spec to anything other than default while using armID as resource owner an error is raised.
To Reproduce Just replace the id values on code bellow.
Expected behavior KeyVault created with expected createMode set and selected resource group as its owner.
Additional context Error message is the following:
failed to add initial resource state: failed to modify ARM payload: unable to find owner of KeyVault argocd-keyvault: owner of KeyVault test-keyvault is not within the cluster