diff --git a/docs/src/main/asciidoc/deploying-to-kubernetes.adoc b/docs/src/main/asciidoc/deploying-to-kubernetes.adoc index 12671e042f161..2c9279777e6f5 100644 --- a/docs/src/main/asciidoc/deploying-to-kubernetes.adoc +++ b/docs/src/main/asciidoc/deploying-to-kubernetes.adoc @@ -927,7 +927,7 @@ quarkus.kubernetes.rbac.cluster-role-bindings.my-cluster-role-binding.role-name= === Deploying to local Kubernetes -When deploying to local Kubernetes environments users often perform minor changes to their manifests that simplify the development process. +When deploying to local Kubernetes environments, users often perform minor changes to their manifests that simplify the development process. The most common changes are: - Setting `imagePullPolicy` to `IfNotPresent`