1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/templates-modifying-uploaded-template.adoc
2023-10-30 10:13:25 -04:00

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>
----