mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
6 lines
171 B
YAML
6 lines
171 B
YAML
# /infrastructure/core/kustomization.yaml
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- local-path-provisioner.yaml
|
|
- storage-class.yaml |