mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 01:19:44 +00:00
9 lines
366 B
YAML
9 lines
366 B
YAML
# based on https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.20/deploy/kustomization.yaml
|
|
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
# downloaded from https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.20/deploy/local-path-storage.yaml
|
|
- local-path-storage.yaml
|
|
patches:
|
|
- config.yaml
|