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
fix: remove kubeconform and kustomize validation for fragment output (#45)
Fragment files (kubernetes-workload-fragment.yaml, etc.) are schema
documents with a wrapper object (e.g. { kind: "KubernetesWorkloadFragment",
manifests: [...] }), not bare Kubernetes YAML with apiVersion at the root.
Kubeconform and kustomize both require standard apiVersion/kind and always
fail on this format, producing spurious E_KUBECONFORM_FAILED errors.
Render correctness is enforced by the deploy-config-schema CLI itself
during fragment rendering in step (8).
Co-authored-by: JorisJonkers Agent <agents@jorisjonkers.dev>
0 commit comments