cloudfoundry-incubator / eirinix

Extensions Library for Cloud Foundry Eirini
Apache License 2.0
2 stars 5 forks source link

Use `patch` instead of `update` to set ns label #59

Closed danail-branekov closed 3 years ago

danail-branekov commented 3 years ago

Using update to set the watched namespace EiriniX label could fail if multiple EiriniX extensions are starting in a single namespace. In order to address this we use the patch method.