Oc process
Jump to navigation
Jump to search
Internal
Overview
Generate a configuration from a template. Does NOT create the corresponding objects.
oc process examines a template, generates any desired parameters, and outputs the JSON configuration.
The variable values can be overridden with "-v"
oc process -f template-file.json -v SOME_PARAM=some_value