Currently, the registry deployment encounters "permission denied" errors when accessing the Persistent Volume Claim (PVC). To resolve this, we need to add a initialization job to the Helm chart that sets the correct permissions on the PVC before the main registry container starts.
Proposed solution:
Add a Kubernetes Job to the Helm chart that runs before the main deployment and sets the correct permissions on the PVC or init container.
Description:
Currently, the registry deployment encounters "permission denied" errors when accessing the Persistent Volume Claim (PVC). To resolve this, we need to add a initialization job to the Helm chart that sets the correct permissions on the PVC before the main registry container starts.
Proposed solution: Add a Kubernetes Job to the Helm chart that runs before the main deployment and sets the correct permissions on the PVC or init container.
Example Job (to be adapted for Helm):
Thx for your work!!!