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

Chart: add info that storageClassName can be templated #45176

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Aakcht
Copy link
Contributor

@Aakcht Aakcht commented Dec 23, 2024

It is possible to template storageClassName parameter, but for some reason it is not mentioned at https://airflow.apache.org/docs/helm-chart/stable/parameters-ref.html as it is for other parameters that support templating. This small PR fixes it.


^ 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.

@@ -1785,7 +1785,7 @@
"default": "100Gi"
},
"storageClassName": {
"description": "If using a custom StorageClass, pass name ref to all StatefulSets here.",
"description": "If using a custom StorageClass, pass name ref to all StatefulSets here (can be templated).",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is used for the storage class of the scheduler as well as you can see in scheduler-deployment.yaml .

@romsharon98 think we should add something about this here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please let me know if you think this should be added here, but I'm not sure it is needed since it can only affect scheduler when using local executor, so when scheduler pod is also a worker.

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.

2 participants