From ecf51251af6fcb72d9c36049b3b8e7155192cac1 Mon Sep 17 00:00:00 2001 From: AndyMunro Date: Wed, 4 Oct 2023 11:07:32 -0400 Subject: [PATCH] Remove recommendation to file a GitHub issue #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 b6eb1820a76b..c775d174bf6d 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.