actions-marketplace-validations/Kubeconform action
Generate manifests with `helm template` and run `kubeconform` on the results
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| strict | Whether to run Kubeconform in strict mode | no | true |
| additionalSchemaPaths | Newline-separated list of paths to look for schemas under, including filename template | no | "" |
| chartsDirectory | Directory to search for chart directories under | yes | charts |
| kubernetesVersion | Version of Kubernetes to validate manifests against | no | master |
| logLevel | Only show log messages at or above level (defined by zerolog) | no | debug |
| logJson | Produce JSON log messages | no | false |
| ignoreMissingSchemas | Skip files with missing schemas instead of failing | no | false |
| helmUpdateDeps | Update helm dependencies before templating (e.g. helm dep build) | no | true |
Outputs
no outputs