You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2023/02/20 00:44:16 UTC

[airflow] branch main updated: Include Rancher in Helm chart install instructions (#28416)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new c5d548b2d9 Include Rancher in Helm chart install instructions (#28416)
c5d548b2d9 is described below

commit c5d548b2d9424502c8911a183eecb52a85592e86
Author: syed-gilani <59...@users.noreply.github.com>
AuthorDate: Sun Feb 19 19:44:08 2023 -0500

    Include Rancher in Helm chart install instructions (#28416)
    
    * Update index.rst
    
    Added Rancher to installation instruction
    
    * Update docs/helm-chart/index.rst
    
    * Update docs/helm-chart/index.rst
    
    ---------
    
    Co-authored-by: eladkal <45...@users.noreply.github.com>
---
 docs/helm-chart/index.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/helm-chart/index.rst b/docs/helm-chart/index.rst
index 0fd8644c10..4cb2d8a15d 100644
--- a/docs/helm-chart/index.rst
+++ b/docs/helm-chart/index.rst
@@ -122,10 +122,10 @@ The command removes all the Kubernetes components associated with the chart and
 .. note::
   Some kubernetes resources created by the chart `helm hooks <https://helm.sh/docs/topics/charts_hooks/#hook-resources-are-not-managed-with-corresponding-releases>`__ might be left in the namespace after executing ``helm uninstall``, for example, ``brokerUrlSecret`` or ``fernetKeySecret``.
 
-Installing the Chart with Argo CD, Flux or Terraform
------------------------------------------------------
+Installing the Chart with Argo CD, Flux, Rancher or Terraform
+-------------------------------------------------------------
 
-When installing the chart using Argo CD, Flux, or Terraform, you MUST set the four following values, or your application
+When installing the chart using Argo CD, Flux, Rancher or Terraform, you MUST set the four following values, or your application
 will not start as the migrations will not be run:
 
 .. code-block:: yaml