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
> **Note:** These files should always use `apiVersion: kustomize.toolkit.fluxcd.io/v1`
47
53
@@ -193,6 +199,7 @@ When working with schema-validated YAML files:
193
199
| Pattern error | `should match pattern...` | Ensure formats match requirements, e.g., semantic versions like `1.2.3` |
194
200
| Format error | `should match format "hostname"` | Ensure hostnames follow RFC 1123 format |
195
201
| Array item error | `should have required property` | Ensure each array item has all required fields |
202
+
| API version error | `kustomize build failed: accumulating resources...` | For Component files, ensure using `apiVersion: kustomize.config.k8s.io/v1alpha1` with `kind: Component` |
0 commit comments