You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we do not properly validate Kubernetes manifests before deploying them. There is dry-run Apply happening in Plan construction, but we ignore its errors due to many false-positives.
Solution (if you have one)
We can validate resources early based on:
builtin schemas from Kubernetes library
schemas grabbed from Kubernetes API
schemas produced from CRDs in charts (might be difficult to do)
Additional information
No response
The text was updated successfully, but these errors were encountered:
Before proceeding
Problem
Currently we do not properly validate Kubernetes manifests before deploying them. There is dry-run Apply happening in Plan construction, but we ignore its errors due to many false-positives.
Solution (if you have one)
We can validate resources early based on:
Additional information
No response
The text was updated successfully, but these errors were encountered: