Modifing LDAP settings doesn't re-deploy the gitea pod #99
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?
I just modified my LDAP setting but nothing happends. Since LDAP settings are done in a init container it should re-deploy the existing pod.
We should add a checksum of the LDAP configuration to the Pod annotations:
https://gitea.com/gitea/helm-chart/src/branch/master/templates/gitea/statefulset.yaml#L16
@Skaronator that sounds reasonable. Would you be open for a PR?
Not sure if I find time in the next few days but if I do I'll do a PR.