The YAML Specification requires three daashes `---` as marker for the start of a content block. That means, each YAML file needs to start with `---` on the first line (or after initial comments). See-also: https://yaml.org/
8 lines
239 B
YAML
8 lines
239 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- snapshot.storage.k8s.io_volumesnapshotclasses.yaml
|
|
- snapshot.storage.k8s.io_volumesnapshotcontents.yaml
|
|
- snapshot.storage.k8s.io_volumesnapshots.yaml
|