Explicitly set namespace for Ceph CSI operator/driver resources#391
Explicitly set namespace for Ceph CSI operator/driver resources#391
Conversation
Resolves: ceph#384 Signed-Off-By: Denis Egorenko <degorenko@mirantis.com>
|
@degorenko these files are auto generated, we cannot manual change these files. we need something like below in makefile am yet to test the changes, feel free to test it out and see if it solves the problem. |
|
@Madhu-1 this will add namespace like: |
we need to open a tracker with https://github.com/arttor/helmify if that field is not helpful |
|
I guess issue that kustomize build with |
|
There is related closed issue/pr - arttor/helmify#78 - so looks like it is by design to avoid setting {{ .Release.Namespace }} with helmify. |
|
@degorenko i have sent PR #392 to fix it for the operator for now, will take care of the helm charts later when Rook adopts to it. |
|
fixed in #392 |
Add explicitly namespace name for CephCSI operator resources to have an ability specify it during helm install.
Fixes: #384