Storage Class don´t use global.storageClass #601
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi Team,
I wanted to bring to your attention a potential issue in our Helm chart for the repository in question. While reviewing the code, I noticed that the gitea.persistence.storageClass function is defined but not utilized. This becomes problematic when setting a value in global.storageClass.
Here is a snippet for reference:
It seems that the gitea.persistence.storageClass is not being considered when specifying a value in global.storageClass. This could potentially lead to unexpected behavior or configuration issues.
I plan to address this issue by submitting a pull request with the necessary changes. Let me know if you have any concerns or if there's anything specific you'd like me to consider in the proposed fix.
Best regards,
Florianspk