mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
ops(k8s): remove lpp for now
This commit is contained in:
parent
84a7542b8d
commit
5bc4ab7fb0
3 changed files with 0 additions and 25 deletions
|
|
@ -5,7 +5,6 @@ resources:
|
|||
- flannel
|
||||
- argocd
|
||||
- coredns
|
||||
- local-path-provisioner
|
||||
- sops-secrets-operator
|
||||
- cloudflare-operator
|
||||
- metallb
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: local-path-provisioner
|
||||
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-provisioner
|
||||
name: in-cluster
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
- ServerSideApply=true
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- application.yaml
|
||||
Loading…
Add table
Add a link
Reference in a new issue