Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed fernetkey-secret, redis-broker-url, redis-password to lookup function #44197

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

JKrehling
Copy link
Contributor

@JKrehling JKrehling commented Nov 19, 2024


The fernet-key, redis-password, and redis-broker-url are not controlled by helm and are installed during pre-install hook. I believe this was done as a workaround when it was implemented. Switching it to a lookup function would let this object be managed by helm so that the chart controls the objects it creates and and can create the object during upgrade, which would be expected for a subchart if added.

The downside of switching this is that for this upgrade we would have to manually delete the three secrets prior to the upgrade.

  1. fernet-key
  2. redis-password
  3. broker-url

closes: 44164

^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:helm-chart Airflow Helm Chart
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant