Skip to content

Commit

Permalink
Provider docs: Add explanation for the limitation of the experimental…
Browse files Browse the repository at this point in the history
… feature (#1146)
  • Loading branch information
davhdavh authored Jun 14, 2023
1 parent 6a33b17 commit d63849c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ func Provider() *schema.Provider {
}
return false, nil
},
Description: "Enable full diff by storing the rendered manifest in the state.",
Description: "Enable full diff by storing the rendered manifest in the state. This has similar limitations as when using helm install --dry-run. See https://helm.sh/docs/chart_best_practices/custom_resource_definitions/#install-a-crd-declaration-before-using-the-resource",
},
},
},
Expand Down

0 comments on commit d63849c

Please sign in to comment.