Skip to content

Commit c5065a8

Browse files
authored
Merge pull request #84713 from MrSanketkumar/fix/changed_install-config_path
OCPBUGS-44418: Generalize install-config.yaml path to use variable directory
2 parents 06e746f + 821f21e commit c5065a8

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)