Created
January 27, 2022 19:46
-
-
Save rdemoraes/f4c047ab61993ce3aee651a7a5f8757d to your computer and use it in GitHub Desktop.
helm-diff-upgrade-error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ helm diff upgrade argocd-shs argo/argo-cd --values argocd/argocd-deployment/argocd-shs/argocd-values.yaml --version 3.2.5 --namespace argocd | |
Error: Failed to render chart: exit status 1: Error: unable to build kubernetes objects from release manifest: error validating "": error validating data: [ValidationError(Ingress.spec.rules[0].http.paths[0].backend): unknown field "serviceName" in io.k8s.api.networking.v1.IngressBackend, ValidationError(Ingress.spec.rules[0].http.paths[0].backend): unknown field "servicePort" in io.k8s.api.networking.v1.IngressBackend] | |
Error: plugin "diff" exited with error |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment