ops(k8s): remove lpp for now

This commit is contained in:
Kat Inskip 2024-01-20 16:49:19 -08:00
parent 84a7542b8d
commit 5bc4ab7fb0
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
3 changed files with 0 additions and 25 deletions

View file

@ -5,7 +5,6 @@ resources:
- flannel
- argocd
- coredns
- local-path-provisioner
- sops-secrets-operator
- cloudflare-operator
- metallb

View file

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

View file

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