mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
Updates for Max David's comments Adding merge comparison Reorg for clarity Updates for David
21 lines
662 B
Plaintext
21 lines
662 B
Plaintext
:_mod-docs-content-type: SNIPPET
|
|
[source,terminal]
|
|
----
|
|
example
|
|
└── acmpolicygenerator
|
|
├── dev.yaml
|
|
├── kustomization.yaml
|
|
├── mec-edge-sno1.yaml
|
|
├── sno.yaml
|
|
└── source-crs <1>
|
|
├── PaoCatalogSource.yaml
|
|
├── PaoSubscription.yaml
|
|
├── custom-crs
|
|
| ├── apiserver-config.yaml
|
|
| └── disable-nic-lldp.yaml
|
|
└── elasticsearch
|
|
├── ElasticsearchNS.yaml
|
|
└── ElasticsearchOperatorGroup.yaml
|
|
----
|
|
<1> The `source-crs` subdirectory must be in the same directory as the `kustomization.yaml` file.
|