Skip to content

Commit f7b2636

Browse files
authored
Merge pull request #57349 from dhellmann/OSDOCS-5355-kustomize-procedure
OSDOCS-5355: correct command for creating kustomization.yaml
2 parents d8e15a1 + 7773d2f commit f7b2636

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

modules/microshift-config-auto-apply-manifests.adoc

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,17 +86,10 @@ EOF
8686
[source,terminal]
8787
----
8888
$ sudo cat << EOF > ${MANIFEST_DIR}/kustomization.yaml
89-
----
90-
.. Apply the YAML configuration:
91-
+
92-
[source,terminal]
93-
----
94-
$ {MANIFEST_DIR}/kustomization.yaml
95-
89+
---
9690
apiVersion: kustomize.config.k8s.io/v1beta1
9791
kind: Kustomization
9892
namespace: busybox
99-
---
10093
resources:
10194
- busybox.yaml
10295
images:

0 commit comments

Comments
 (0)