You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/04/02 22:04:45 UTC

[airflow] branch master updated: Minor Helm Chart doc enhancements (#15124)

This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new 2ac4638  Minor Helm Chart doc enhancements (#15124)
2ac4638 is described below

commit 2ac4638b7e93d5144dd46f2c09fb982c374db79e
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Fri Apr 2 23:04:35 2021 +0100

    Minor Helm Chart doc enhancements (#15124)
    
    - Better formatting for `tip`
    - Correct listing
---
 docs/helm-chart/index.rst       | 4 +++-
 docs/helm-chart/quick-start.rst | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/helm-chart/index.rst b/docs/helm-chart/index.rst
index 711066c..713890f 100644
--- a/docs/helm-chart/index.rst
+++ b/docs/helm-chart/index.rst
@@ -59,6 +59,7 @@ Features
 * Autoscaling for ``CeleryExecutor`` provided by KEDA
 * PostgresSQL and PgBouncer with a battle-tested configuration
 * Monitoring:
+
    * StatsD/Prometheus metrics for Airflow
    * Prometheus metrics for PgBouncer
    * Flower
@@ -81,7 +82,8 @@ To install this repository from source (using helm 3)
 The command deploys Airflow on the Kubernetes cluster in the default configuration. The :doc:`parameters-ref`
 section lists the parameters that can be configured during installation.
 
-> **Tip**: List all releases using ``helm list``.
+
+.. tip:: List all releases using ``helm list``.
 
 Upgrading the Chart
 -------------------
diff --git a/docs/helm-chart/quick-start.rst b/docs/helm-chart/quick-start.rst
index 7caccc4..6bbfd17 100644
--- a/docs/helm-chart/quick-start.rst
+++ b/docs/helm-chart/quick-start.rst
@@ -43,7 +43,7 @@ Create namespace and Install the chart
 .. code-block:: bash
 
    kubectl create namespace airflow
-   helm install airflow --n airflow .
+   helm install airflow -n airflow .
 
 It may take a few minutes. Confirm the pods are up: