Oc process: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * oc =Overview= Generate a configuration from a template.")
 
No edit summary
Line 6: Line 6:


Generate a configuration from a template.
Generate a configuration from a template.
<tt>oc process</tt> examines a template, generates any desired parameters, and outputs the JSON configuration.
The variable values can be overridden with "-v"
<pre>
oc process -f template-file.json -v SOME_PARAM=some_value
</pre>

Revision as of 00:02, 12 May 2017

Internal

Overview

Generate a configuration from a template.

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