mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29: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,11 +6,11 @@ metadata:
|
|||
spec:
|
||||
project: system
|
||||
source:
|
||||
repoURL: "https://github.com/rancher/local-path-provisioner"
|
||||
path: deploy/chart/local-path-provisioner
|
||||
targetRevision: v26.0.x
|
||||
helm:
|
||||
valuesObject:
|
||||
repoURL: "https://github.com/gensokyo-zone/infrastructure"
|
||||
path: k8s/system/local-path-provisioner/manifests
|
||||
targetRevision: main
|
||||
helm:
|
||||
valuesObject:
|
||||
destination:
|
||||
namespace: local-path-storage
|
||||
name: in-cluster
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- application.yaml
|
||||
- application.yaml
|
||||
|
|
@ -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