existingClaim at persistence has got problems with namespace variable in the name #203
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?
We are using the gitea helm-chart with Jenkins deployments.
Therefore, we identify PVCs additionally with the namespace name/variable:
That will be accepted by the PostgreSQL sub-helm-chart, but not by the gitea helm-chart.
We are using the solution of the PostgreSQL helm-chart in the gitea helm-chart now.
Before in templates/gitea/statefulset.yaml:
line 171:
claimName: {{ .Values.persistence.existingClaim }}
Solution:
If you like, you can open a PR for these changes. They are always welcome and appreciated. ?
PR is available. :)
Released with v4.0.1