meshctl migrate helm-values

Migrate Helm Values File

  meshctl migrate helm-values [flags]
  

Examples

    # Generate new values given file input
		meshctl migrate helm-values --chart gloo-mesh-enterprise ./values.yaml > migrated-values.yaml
  

Options

        --chart string   Which chart migrations to use, only options are 'gloo-mesh-enterprise' or 'gloo-mesh-agent'
  -h, --help           help for helm-values
  

Options inherited from parent commands

        --kubeconfig string    Path to the kubeconfig file for the cluster.
      --kubecontext string   Kubernetes context for the cluster to run the command in.
  -n, --namespace string     Namespace to run the command in. (default "gloo-mesh")
      --plain                Disable styling for terminal output.
  -v, --verbose              Enable verbose logging.
  

SEE ALSO