kubevious/Kubevious CLI
Use the Kubevious CLI in a github action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| helm_repo_url | Helm repository URL | no | "" |
| helm_repo_name | Name alias for Helm repository URL | no | "" |
| helm_chart | Helm repository chart name | no | "" |
| helm_namespace | Helm release namespace | no | "" |
| helm_include_crds | Indicates whether or not to include CRDs in Helm release | no | false |
| helm_override | Helm overrides | no | "" |
| manifests | Path to manifest files, directories or URLs to validate | no | "" |
| crds | Path to CRDs to include in validation | no | "" |
| mocks | Path to mocked manifests to include in validation | no | "" |
| k8s_version | Version of Kubernetes to validate againts | no | "" |
| live_k8s | Validate againts live Kubernetes version | no | false |
| ignore_unknown | Ignore unknown Kubernetes resources | no | false |
| ignore_non_k8s | Ignore non-Kubernetes YAML files | no | false |
| skip_rules | Skip rules by name | no | "" |
| only_rules | Run only specified rules | no | "" |
| skip_rule_categories | Skip rules by category | no | "" |
| only_rule_categories | Run only specified rules by category | no | "" |
| detailed_output | Output in details | no | false |
| json_output | Output in JSON format | no | false |
| other_args | Additional arguments | no | "" |
Outputs
no outputs