diff --git a/modules/ztp-adding-new-content-to-gitops-ztp.adoc b/modules/ztp-adding-new-content-to-gitops-ztp.adoc index c9abd9be82e4..bb5c067bbfb4 100644 --- a/modules/ztp-adding-new-content-to-gitops-ztp.adoc +++ b/modules/ztp-adding-new-content-to-gitops-ztp.adoc @@ -35,6 +35,12 @@ example ---- <1> The `source-crs` subdirectory must be in the same directory as the `kustomization.yaml` file. ++ +[IMPORTANT] +==== +To use your own resources, ensure that the custom CR names differ from the default source CRs provided in the ZTP container. +==== + . Update the required `PolicyGenTemplate` CRs to include references to the content you added in the `source-crs/custom-crs` and `source-crs/elasticsearch` directories. For example: + [source,yaml]