bitops icon indicating copy to clipboard operation
bitops copied to clipboard

overrideable property for bitops schemas

Open mickmcgrath13 opened this issue 3 years ago • 0 comments

originally mentioned here: https://github.com/bitovi/bitops/issues/136#issuecomment-1005850857

It would be nice to have an import_env or overriddeable property to the schema to essentially say if the export_env variable is already set, use it's value instead of what is defined in bitops.config.yaml https://github.com/bitovi/bitops/blob/master/scripts/helm/bitops.schema.yaml#L7-L11

This means we could do

docker run \
-e NAMESPACE="foo" \
... \
bitops:latest

and it would ignore what is in bitops.config.yaml's namespace: config

mickmcgrath13 avatar Jan 05 '22 16:01 mickmcgrath13