ops(k8s): add lpp back under a different name

This commit is contained in:
Kat Inskip 2024-01-20 16:50:18 -08:00
parent 5bc4ab7fb0
commit bd1a036071
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
2 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: local-path-pstorage
namespace: argocd
spec:
project: system
source:
repoURL: "https://github.com/rancher/local-path-provisioner"
path: deploy/chart
targetRevision: v26.0.x
chart: local-path-provisioner
helm:
valuesObject:
destination:
namespace: local-path-storage
name: in-cluster
syncPolicy:
syncOptions:
- ServerSideApply=true

View file

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