メインコンテンツまでスキップ
バージョン: 3.19.0

helm lint

chart の問題点を検査します

概要

このコマンドは、chart のパスを受け取り、一連のテストを実行して chart が正しく構成されているか検証します。

インストールに失敗する原因となる問題を検出した場合は、[ERROR] メッセージを出力します。規約や推奨事項に反する問題を検出した場合は、[WARNING] メッセージを出力します。

helm lint PATH [flags]

オプション

  -h, --help                      help for lint
--kube-version string capabilities と非推奨チェックに使用する Kubernetes バージョン
--quiet 警告とエラーのみを出力します
--set stringArray コマンドラインで値を設定します(複数指定、またはカンマ区切りで指定可能: key1=val1,key2=val2)
--set-file stringArray コマンドラインで指定したファイルから値を設定します(複数指定、またはカンマ区切りで指定可能: key1=path1,key2=path2)
--set-json stringArray コマンドラインで JSON 値を設定します(複数指定、またはカンマ区切りで指定可能: key1=jsonval1,key2=jsonval2)
--set-literal stringArray コマンドラインでリテラル STRING 値を設定します
--set-string stringArray コマンドラインで STRING 値を設定します(複数指定、またはカンマ区切りで指定可能: key1=val1,key2=val2)
--skip-schema-validation 設定すると、JSON スキーマ検証を無効にします
--strict lint の警告を失敗として扱います
-f, --values strings YAML ファイルまたは URL で値を指定します(複数指定可能)
--with-subcharts 依存 chart も lint します

親コマンドから継承されたオプション

      --burst-limit int                 client-side default throttling limit (default 100)
--debug enable verbose output
--kube-apiserver string the address and the port for the Kubernetes API server
--kube-as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups.
--kube-as-user string username to impersonate for the operation
--kube-ca-file string the certificate authority file for the Kubernetes API server connection
--kube-context string name of the kubeconfig context to use
--kube-insecure-skip-tls-verify if true, the Kubernetes API server's certificate will not be checked for validity. This will make your HTTPS connections insecure
--kube-tls-server-name string server name to use for Kubernetes API server certificate validation. If it is not provided, the hostname used to contact the server is used
--kube-token string bearer token used for authentication
--kubeconfig string path to the kubeconfig file
-n, --namespace string namespace scope for this request
--qps float32 queries per second used when communicating with the Kubernetes API, not including bursting
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
--repository-cache string path to the directory containing cached repository indexes (default "~/.cache/helm/repository")
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")

関連項目

  • helm - Kubernetes 用パッケージマネージャー Helm
Auto generated by spf13/cobra on 14-Jan-2026