From 30f4148b5b72fc00c15949b78a9b90f07f64d133 Mon Sep 17 00:00:00 2001 From: Alexandra Molnar Date: Fri, 13 Oct 2023 14:30:49 +0100 Subject: [PATCH] TELCODOCS-1537: Readded accidentally removed note --- modules/ztp-adding-new-content-to-gitops-ztp.adoc | 6 ++++++ 1 file changed, 6 insertions(+) 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]