jedcunningham opened a new pull request #16225: URL: https://github.com/apache/airflow/pull/16225
By making secrets (and extra configmaps) normal resources instead of hooks, Helm will properly clean up the resources when deleting the release. Using pre-install hooks also prevented updating a release from KubernetesExecutor to CeleryExecutor, as the necessary secrets would only be created during install, not upgrade. We do not currently have any hooks that would require these resources to be present early, so they don't need to be hooks. -- 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]
