instrumenta / instrumenta/kubeval
Validation error: Additional property seccompProfile is not allowed
- Dominant language
- Go
- Stars
- 3.2k
- Forks
- 227
- PR merge metrics
- No merged PRs in 30d
Description
Getting an invalid Deployment when validating custom resources using kubeval with the additional CRD schemas. The `seccomp` profile feature was shipped in Kubernetes 1.19, is this not supported yet?
```sh
WARN - stdin contains an invalid Deployment (flux-system.helm-controller) - seccompProfile: Additional property seccompProfile is not allowed
WARN - stdin contains an invalid Deployment (flux-system.kustomize-controller) - seccompProfile: Additional property seccompProfile is not allowed
WARN - stdin contains an invalid Deployment (flux-system.notification-controller) - seccompProfile: Additional property seccompProfile is not allowed
WARN - stdin contains an invalid Deployment (flux-system.source-controller) - seccompProfile: Additional property seccompProfile is not allowed
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.