Openshift

From John Freier
Revision as of 14:29, 4 April 2022 by Jfreier (Talk | contribs) (Created page with "RedHat OpenShift This will process a Kubernetes template with a param file. oc process -f templates/template.yaml --param-file=parameters/dev.yaml --ignore-unknown-paramete...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

RedHat OpenShift

This will process a Kubernetes template with a param file.

 oc process -f templates/template.yaml --param-file=parameters/dev.yaml --ignore-unknown-parameters=true | oc apply -f-