makocchi-git/Kubernetes yaml validation by kubeval
Validate Kubernetes manifests by using Kubeval
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| files | Files or directories to validate (kubeval --directories) | no | . |
| version | Version of Kubernetes to validate against (kubeval --kubernetes-version) | no | master |
| strict | Whether to not to check for extra properties (kubeval --strict) | no | true |
| openshift | Whether to use the schemas from OpenShift rather than Kubernetes (kubeval --openshift) | no | false |
| ignore_missing_schemas | Whether or not to skip custom resources (kubeval --ignore-missing-schemas) | no | true |
| comment | Send comment to pull requests | no | true |
| token | Github token for api. This is required if comment is true | no | "" |
Outputs
no outputs