You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!!!
The text was updated successfully, but these errors were encountered: