You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to modify NooBaa's default behaviour without having to build a new image with a modified config.js. (Would like to enable config.WORM_ENABLED to allow object lock).
Hi,
I would like to modify NooBaa's default behaviour without having to build a new image with a modified config.js. (Would like to enable config.WORM_ENABLED to allow object lock).
Reading the code I found out that this can be done using environment variables prefixed with
CONFIG_JS_
(https://github.com/noobaa/noobaa-core/blob/4847584ca6b10aeea6f596b30edaabf91a3ce7ae/config.js#L1015).Unfortunately the NooBaa CR doesn't seem flexible enough to allow a user to specify custom environment variables (https://github.com/noobaa/noobaa-operator/blob/master/deploy/internal/statefulset-core.yaml)
Am I correct to assume that for now, building a new image is the only way for me to modify this ? Or am I missing something ?
Thanks
The text was updated successfully, but these errors were encountered: