mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
ops(lps): fix by not using the chart
This commit is contained in:
parent
97a8d31271
commit
db314f4af0
3 changed files with 10 additions and 6 deletions
|
|
@ -6,9 +6,9 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
project: system
|
project: system
|
||||||
source:
|
source:
|
||||||
repoURL: "https://github.com/rancher/local-path-provisioner"
|
repoURL: "https://github.com/gensokyo-zone/infrastructure"
|
||||||
path: deploy/chart/local-path-provisioner
|
path: k8s/system/local-path-provisioner/manifests
|
||||||
targetRevision: v26.0.x
|
targetRevision: main
|
||||||
helm:
|
helm:
|
||||||
valuesObject:
|
valuesObject:
|
||||||
destination:
|
destination:
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
resources:
|
||||||
|
- https://raw.githubusercontent.com/rancher/local-path-provisioner/master/deploy/local-path-storage.yaml?ref=v0.0.26
|
||||||
Loading…
Add table
Add a link
Reference in a new issue