Skip to content

Commit

Permalink
Update docs when not to use helm hooks for starting jobs (#26604)
Browse files Browse the repository at this point in the history
  • Loading branch information
Starefossen committed Sep 23, 2022
1 parent 59707cd commit f9c8ead
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/helm-chart/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,15 @@ 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 or Flux
-----------------------------------------
Installing the Chart with Argo CD, Flux or Terraform
-----------------------------------------------------

When installing the chart using Argo CD or Flux, you MUST set the two following values, or your application
When installing the chart using Argo CD, Flux, or Terraform, you MUST set the two following values, or your application
will not start as the migrations will not be run:

.. code-block:: yaml
createUserJob.useHelmHooks: false
migrateDatabaseJob.useHelmHooks: false
This also applies if you install the chart using ``--wait`` in your ``helm install`` command.

0 comments on commit f9c8ead

Please sign in to comment.