add res local-path-provisioner

This commit is contained in:
2024-07-15 01:56:46 +10:00
parent d702e16a32
commit 88566d2ae5
10 changed files with 168 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"appName": "local-path-provisioner",
"userGivenName": "local-path-provisioner",
"destNamespace": "local-path-provisioner",
"destServer": "https://kubernetes.default.svc",
"srcPath": "resources/local-path-provisioner/env/k3s-cluster",
"srcRepoURL": "https://github.com/3dwardch3ng/home-cluster-ops.git",
"srcTargetRevision": "",
"labels": null,
"annotations": null
}

View File

@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../base/kustomization.yaml