We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b8efbe commit 5ff5cddCopy full SHA for 5ff5cdd
CHANGELOG.md
@@ -12,7 +12,7 @@
12
- Fix OPA authorization for Airflow 3. Airflow 3 needs to be configured via env variables, the operator now does this correctly ([#668]).
13
- Allow multiple Airflows in the same namespace to use Kubernetes executors.
14
Previously, the operator would always use the same name for the executor Pod template ConfigMap.
15
- In case you had multiple Airflows, the two "fought" over writing to that ConfigMap ([#678]).
+ Thus when deploying multiple Airflow instances in the same namespace, there would be a conflict over the contents of that ConfigMap ([#678]).
16
17
[#667]: https://github.com/stackabletech/airflow-operator/pull/667
18
[#668]: https://github.com/stackabletech/airflow-operator/pull/668
0 commit comments