Simulate trident install with helm fails with "ensure CRDs are installed first"
Applies to
- NetApp Trident
- helm chart
Issue
helm install with --dry-run fails with the following error:
helm install <name> netapp-trident/trident-operator --version 100.2506.0 --create-namespace --namespace <trident-namespace> --dry-run
Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: resource mapping not found for name: "trident" namespace: "" from "": no matches for kind "TridentOrchestrator" in version "trident.netapp.io/v1"
ensure CRDs are installed first
