Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Changes to make the helm install work #52

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

gr4n0t4
Copy link

@gr4n0t4 gr4n0t4 commented Dec 14, 2020

When I installed on my enviroment I had the following errors:
Error: UPGRADE FAILED: error validating "": error validating data: ValidationError(PersistentVolumeClaim.spec): unknown field "capacity" in io.k8s.api.core.v1.PersistentVolumeClaimSpec

I deleted the 'capacity' value from 'spec' in pvc.yaml
then i had the following error:
Error: UPGRADE FAILED: error validating "": error validating data: ValidationError(Deployment.spec.template.spec.containers[1].volumeMounts[0]): unknown field "sub_path" in io.k8s.api.core.v1.VolumeMount
I relace 'sub_path' for subPath in pdp-deployement

Now it appears to be working

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants