mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
ops(k8s): add lpp back under a different name
This commit is contained in:
parent
5bc4ab7fb0
commit
bd1a036071
2 changed files with 24 additions and 0 deletions
20
k8s/system/local-path-storage/application.yaml
Normal file
20
k8s/system/local-path-storage/application.yaml
Normal 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
|
||||||
4
k8s/system/local-path-storage/kustomization.yaml
Normal file
4
k8s/system/local-path-storage/kustomization.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
resources:
|
||||||
|
- application.yaml
|
||||||
Loading…
Add table
Add a link
Reference in a new issue