Helm Show

    1. --kube-as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups.
    2. --kube-as-user string username to impersonate for the operation
    3. --kube-context string name of the kubeconfig context to use
    4. --kube-token string bearer token used for authentication
    5. --kubeconfig string path to the kubeconfig file
    6. --repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
    7. --repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
    • helm - The Helm package manager for Kubernetes.
    • - show all information of the chart
    • helm show chart - show the chart’s definition
    • - show the chart’s CRDs
    • helm show readme - show the chart’s README
    Auto generated by spf13/cobra on 17-Sep-2021