Merge pull request #4553 from twinguy/main

Properly detect unexpected arguments during uninstall
pull/4554/head
Stefan Prodan 12 months ago committed by GitHub
commit 09b157d74c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -30,6 +30,7 @@ import (
var uninstallCmd = &cobra.Command{
Use: "uninstall",
Args: cobra.NoArgs,
Short: "Uninstall Flux and its custom resource definitions",
Long: `The uninstall command removes the Flux components and the toolkit.fluxcd.io resources from the cluster.`,
Example: ` # Uninstall Flux components, its custom resources and namespace

Loading…
Cancel
Save