bcgov / cas-pipeline

A collection of make functions used to compose pipelines
Apache License 2.0
0 stars 0 forks source link

Use the --ignore-unknown-parameters option of oc process #1

Closed matthieu-foucault closed 5 years ago

matthieu-foucault commented 5 years ago

This allows to use additional template parameters by overriding OC_TEMPLATE_VARS in a project's Makefile, e.g.:

OC_TEMPLATE_VARS += METABASE_VERSION=v0.33.0-RC1 METABASE_BRANCH=bcgov
matthieu-foucault commented 5 years ago

Not sure about testing, I'll have to think about it. Right now I've been doing some ad hoc testing by having my .pipeline submodule point to this feature branch