giantswarm / azure-operator

Manages Kubernetes clusters running in in a Giant Swarm installation on Microsoft Azure
https://giantswarm.io/
Apache License 2.0
30 stars 7 forks source link

Fix namespace in secret reference of `AzureClusterIdentity`. #1496

Closed whites11 closed 3 years ago

whites11 commented 3 years ago

Towards: https://github.com/giantswarm/giantswarm/issues/18171

Since version 5.7.1 newly created azureclusteridentity CRs were referencing the secret in a wrong namespace. This PR fixes that error.

Tested, works fine