From ccc374a6238ca9ba46ac260e116dc37bd327eeeb Mon Sep 17 00:00:00 2001 From: Christian Navolskyi <11958454+ChristianNavolskyi@users.noreply.github.com> Date: Fri, 7 Jun 2024 10:22:35 +0200 Subject: [PATCH 1/2] Fix callouts --- docs/src/main/asciidoc/deploying-to-kubernetes.adoc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/deploying-to-kubernetes.adoc b/docs/src/main/asciidoc/deploying-to-kubernetes.adoc index 8dc1c5784ed1b..a8d7bd8ef94c5 100644 --- a/docs/src/main/asciidoc/deploying-to-kubernetes.adoc +++ b/docs/src/main/asciidoc/deploying-to-kubernetes.adoc @@ -1462,8 +1462,13 @@ spec: protocol: "TCP" serviceAccount: "kubernetes-quickstart" ---- +<1> Retained were the provided replicas, +<2> labels and +<3> environment variables. +<4> However, the image and +<5> the container port were modified. -The provided replicas <1>, labels <2> and environment variables <3> were retained. However, the image <4> and container port <5> were modified. Moreover, the default annotations have been added. +Moreover, the default annotations have been added. [NOTE] ==== From 9a410424091400f983563b95590f681cf973d3e9 Mon Sep 17 00:00:00 2001 From: Christian Navolskyi <11958454+ChristianNavolskyi@users.noreply.github.com> Date: Fri, 7 Jun 2024 10:25:16 +0200 Subject: [PATCH 2/2] Rephrase --- docs/src/main/asciidoc/deploying-to-kubernetes.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/main/asciidoc/deploying-to-kubernetes.adoc b/docs/src/main/asciidoc/deploying-to-kubernetes.adoc index a8d7bd8ef94c5..3d68a1fae1803 100644 --- a/docs/src/main/asciidoc/deploying-to-kubernetes.adoc +++ b/docs/src/main/asciidoc/deploying-to-kubernetes.adoc @@ -1462,9 +1462,9 @@ spec: protocol: "TCP" serviceAccount: "kubernetes-quickstart" ---- -<1> Retained were the provided replicas, +<1> The provided replicas, <2> labels and -<3> environment variables. +<3> environment variables were retained. <4> However, the image and <5> the container port were modified.