Files
external-snapshotter/deploy/kubernetes/csi-snapshotter/kustomization.yaml
Niels de Vos 926df0c8c4 add "document-start" 1st line to all yaml files
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/
2023-05-25 18:13:50 +02:00

8 lines
175 B
YAML

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- rbac-csi-snapshotter.yaml
- rbac-external-provisioner.yaml
- setup-csi-snapshotter.yaml