ops(lps): fix by not using the chart

This commit is contained in:
Kat Inskip 2024-01-20 20:39:51 -08:00
parent 97a8d31271
commit db314f4af0
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
3 changed files with 10 additions and 6 deletions

View file

@ -6,11 +6,11 @@ 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:
namespace: local-path-storage namespace: local-path-storage
name: in-cluster name: in-cluster

View file

@ -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