operator-framework / helm-operator-plugins

Experimental refactoring of the operator-framework's helm operator
Apache License 2.0
48 stars 48 forks source link

[Add] Allow specifying helm secret namespace for cluster scope objects #323

Closed varshaprasad96 closed 4 months ago

varshaprasad96 commented 4 months ago

Currently, the helm secret namespace is taken from the namespace of the object which is being passed to ActionClientFor. When the action client is created for cluster scoped objects, the namespace has to explicitly set in their metadata. This PR introduces an option to specify the namespace through the context instead.

varshaprasad96 commented 4 months ago

Realised that there is a ObjectToStringMapper to solve this!