Remove recommendation to file a GitHub issue (#23712)

#Close 23711
This commit is contained in:
andymunro 2023-10-05 01:42:37 -04:00 committed by GitHub
parent 9a93b9a273
commit 469c306cd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -107,7 +107,7 @@ The `unsupported` field of the CR contains highly experimental configuration opt
==== Pod Template ==== Pod Template
The Pod Template is a raw API representation that is used for the Kubernetes Deployment 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. 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. With this feature, you have access to a high level of customizations. However, no guarantee exists that the Deployment will work as expected.