ashb commented on a change in pull request #13209:
URL: https://github.com/apache/airflow/pull/13209#discussion_r589584695
##########
File path: docs/helm-chart/keda.rst
##########
@@ -54,19 +50,22 @@ to set ``worker.persistence.enabled`` to ``false``)
--namespace airflow \
--set executor=CeleryExecutor \
--set workers.keda.enabled=true \
- --set workers.persistence.enabled=false
+
+A ``ScaledObject`` and an ``hpa`` will be created in the airflow namespace.
KEDA will derive the desired number of celery workers by querying
Airflow metadata database:
-.. code-block:: none
+.. code-block:: sql
Review comment:
Yup, tested it (on terminal with `pygmentize -l jinja`) and it looks
ugly.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]