Skip to content

Commit

Permalink
Add 37197 newsfragment
Browse files Browse the repository at this point in the history
  • Loading branch information
mewa committed Feb 6, 2024
1 parent 8e06642 commit 23b8f18
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions chart/newsfragments/37197.fix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Fixed name clashes when using multiple Airflow deployments in `multiNamespaceMode` across several namespaces. `ClusterRole`s and `ClusterRoleBinding`s created when `multiNamespaceMode` is enabled now have unique names:
* `{{ include "airflow.fullname" . }}-pod-launcher-role` has been renamed to `{{ include "airflow.fullname" . }}-{{ .Release.Namespace }}-pod-launcher-role`
* `{{ include "airflow.fullname" . }}-pod-launcher-rolebinding` has been renamed to `{{ include "airflow.fullname" . }}-{{ .Release.Namespace }}-pod-launcher-rolebinding`
* `{{ include "airflow.fullname" . }}-pod-log-reader-role` has been renamed to `{{ include "airflow.fullname" . }}-{{ .Release.Namespace }}-pod-log-reader-role`
* `{{ include "airflow.fullname" . }}-pod-log-reader-rolebinding` has been renamed to `{{ include "airflow.fullname" . }}-{{ .Release.Namespace }}-pod-log-reader-rolebinding`
* `{{ include "airflow.fullname" . }}-scc-rolebinding` has been renamed to `{{ include "airflow.fullname" . }}-{{ .Release.Namespace }}-scc-rolebinding`

0 comments on commit 23b8f18

Please sign in to comment.