From 469c306cd5d119480473dce89afffedb2439c3d6 Mon Sep 17 00:00:00 2001 From: andymunro <48995441+andymunro@users.noreply.github.com> Date: Thu, 5 Oct 2023 01:42:37 -0400 Subject: [PATCH] Remove recommendation to file a GitHub issue (#23712) #Close 23711 --- docs/guides/operator/advanced-configuration.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/operator/advanced-configuration.adoc b/docs/guides/operator/advanced-configuration.adoc index b6eb1820a7..c775d174bf 100644 --- a/docs/guides/operator/advanced-configuration.adoc +++ b/docs/guides/operator/advanced-configuration.adoc @@ -107,7 +107,7 @@ The `unsupported` field of the CR contains highly experimental configuration opt ==== Pod Template The Pod Template is a raw API representation that is used for the Kubernetes Deployment Template. -This field is a temporary workaround in case no supported field exists at the top level of the CR for your use case. For a long-term solution, consider opening a GitHub issue to address your needs. +This field is a temporary workaround in case no supported field exists at the top level of the CR for your use case. The Operator merges the fields of the provided template with the values generated by the Operator for the specific Deployment. With this feature, you have access to a high level of customizations. However, no guarantee exists that the Deployment will work as expected.