Skip to content

Instantly share code, notes, and snippets.

@rdemoraes
Created January 27, 2022 19:46
Show Gist options
  • Save rdemoraes/f4c047ab61993ce3aee651a7a5f8757d to your computer and use it in GitHub Desktop.
Save rdemoraes/f4c047ab61993ce3aee651a7a5f8757d to your computer and use it in GitHub Desktop.
helm-diff-upgrade-error
$ 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