Skip to content

Commit c13cf1d

Browse files
authored
Merge pull request #85456 from openshift-cherrypick-robot/cherry-pick-84713-to-enterprise-4.16
[enterprise-4.16] : Generalize install-config.yaml path to use variable directory
2 parents 33588a1 + 80cebce commit c13cf1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/installing-ocp-agent-inputs.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This is the preferred method for the Agent-based installation. Using {ztp} manif
4747
--
4848
[source,terminal]
4949
----
50-
$ cat << EOF > ./my-cluster/install-config.yaml
50+
$ cat << EOF > ./<directory_name>/install-config.yaml
5151
apiVersion: v1
5252
baseDomain: test.example.com
5353
compute:

0 commit comments

Comments
 (0)