This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-6-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 752ed026186cbdde9ba92126effd3deb50e89b53 Author: Alex Strick van Linschoten <[email protected]> AuthorDate: Wed May 3 23:53:51 2023 +0200 Small fixes (#31015) (cherry picked from commit 6c92efbe8b99e172fe3b585114e1924c0bb2f26b) --- .../administration-and-deployment/production-deployment.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/apache-airflow/administration-and-deployment/production-deployment.rst b/docs/apache-airflow/administration-and-deployment/production-deployment.rst index 98cbbb0a49..bff0d785a0 100644 --- a/docs/apache-airflow/administration-and-deployment/production-deployment.rst +++ b/docs/apache-airflow/administration-and-deployment/production-deployment.rst @@ -123,8 +123,8 @@ We provide :doc:`a Docker Image (OCI) for Apache Airflow <docker-stack:index>` f Helm Chart for Kubernetes ========================= -`The Helm <https://helm.sh/>`__ provides a simple mechanism to deploy software to a Kubernetes cluster. We maintain -:doc:`official Helm chart <helm-chart:index>` for Airflow that helps you define, install, and upgrade deployment. The Helm Chart uses :doc:`official Docker image and Dockerfile <docker-stack:index>` that is also maintained and released by the community. +`Helm <https://helm.sh/>`__ provides a simple mechanism to deploy software to a Kubernetes cluster. We maintain +:doc:`an official Helm chart <helm-chart:index>` for Airflow that helps you define, install, and upgrade deployment. The Helm Chart uses :doc:`our official Docker image and Dockerfile <docker-stack:index>` that is also maintained and released by the community. .. _production-deployment:kerberos:
