Closed yevon closed 2 years ago
Error on my side, closing this.
No worries! Thanks for reaching out! I hope the chart is helpful š
Reopening it. I thought it was due to a bad line ending encoding but I corrected it and it continues giving the same error message:
Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: error validating "": error validating data: [ValidationError(Deployment.spec): unknown field "rollingUpdate" in io.k8s.api.apps.v1.DeploymentSpec, ValidationError(Deployment.spec): unknown field "type" in io.k8s.api.apps.v1.DeploymentSpec]
Did you experience it? I don't really understand why it happens, it seems correct the default config file (values.yaml).
Sorry about the inconvenience, you're right! I did experience this, but I worked around it š I don't know why I didn't just fix it when I found. š
FYI, a workaround is to use values like the following, which unset the defaults and then set them at the proper hierarchy:
strategy:
type: null
rollingUpdate: null
strategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: "25%"
maxSurge: "25%"
I have fixed in v0.3.0 in #29 though! So your values should work fine once I merge that!
Working nicely now, thanks!
I was trying to use the postgrest chart, but I'm receiving this error:
Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: error validating "": error validating data: [ValidationError(Deployment.spec): unknown field "rollingUpdate" in io.k8s.api.apps.v1.DeploymentSpec, ValidationError(Deployment.spec): unknown field "type" in io.k8s.api.apps.v1.DeploymentSpec]
Any ideas what could it be?
I'm using this values.yaml file (default provided but modified):