This is an automated email from the ASF dual-hosted git repository.
husseinawala 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 9218196046 Add note for ingress on 31066 news fragment (#34354)
9218196046 is described below
commit 92181960463ed0183e087688b42d26e7b10edeae
Author: Felipe Galindo Sanchez <[email protected]>
AuthorDate: Wed Sep 13 15:47:22 2023 -0700
Add note for ingress on 31066 news fragment (#34354)
* Add note for ingress on 31066 news fragment
* Update 31066.significant.rst
* Update chart/newsfragments/31066.significant.rst
Co-authored-by: Jed Cunningham
<[email protected]>
---------
Co-authored-by: Jed Cunningham
<[email protected]>
---
chart/newsfragments/31066.significant.rst | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/chart/newsfragments/31066.significant.rst
b/chart/newsfragments/31066.significant.rst
index c2fca5fbec..4a6bf38b06 100644
--- a/chart/newsfragments/31066.significant.rst
+++ b/chart/newsfragments/31066.significant.rst
@@ -2,10 +2,12 @@ Support naming customization on helm chart resources, some
resources may be rena
This is a new opt-in switch ``useStandardNaming``, for backwards
compatibility, to leverage the standard naming convention, which allows full
use of fullnameOverride and nameOverride in all resources.
-Only the following resources will be renamed using default of
``useStandardNaming=false``:
+The following resources will be renamed using default of
``useStandardNaming=false`` when upgrading to 1.11.0 or a higher version.
+
- ConfigMap {release}-airflow-config to {release}-config
- Secret {release}-airflow-metadata to {release}-metadata
- Secret {release}-airflow-result-backend to {release}-result-backend
+- Ingress {release}-airflow-ingress to {release}-ingress
For existing installations, all your resources will be recreated with a new
name and helm will delete previous resources.