mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
19 lines
414 B
Plaintext
19 lines
414 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * openshift_images/using-templates.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="templates-modifying-uploaded-template_{context}"]
|
|
= Modifying uploaded templates
|
|
|
|
You can edit a template that has already been uploaded to your project.
|
|
|
|
.Procedure
|
|
|
|
* Modify a template that has already been uploaded:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ oc edit template <template>
|
|
----
|