Skip to content

Commit

Permalink
Merge pull request #2624 from kingdonb/docs-when-prune-enabled
Browse files Browse the repository at this point in the history
Add detail to delete docs
  • Loading branch information
stefanprodan authored Apr 7, 2022
2 parents cb53243 + 7e2b63e commit d012f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/flux/delete_kustomization.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var deleteKsCmd = &cobra.Command{
Aliases: []string{"ks"},
Short: "Delete a Kustomization resource",
Long: "The delete kustomization command deletes the given Kustomization from the cluster.",
Example: ` # Delete a kustomization and the Kubernetes resources created by it
Example: ` # Delete a kustomization and the Kubernetes resources created by it when prune is enabled
flux delete kustomization podinfo`,
ValidArgsFunction: resourceNamesCompletionFunc(kustomizev1.GroupVersion.WithKind(kustomizev1.KustomizationKind)),
RunE: deleteCommand{
Expand Down

0 comments on commit d012f0f

Please sign in to comment.