ops(k8s): add local path provisioner

This commit is contained in:
Kat Inskip 2024-01-17 20:56:23 -08:00
parent ad69b1a28e
commit 34b8b47bef
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
3 changed files with 40 additions and 1 deletions

View file

@ -6,7 +6,7 @@ metadata:
spec:
project: system
source:
repoURL: 'https://coredns.github.io/helm'
repoURL: "https://coredns.github.io/helm"
targetRevision: 1.29.x
chart: coredns
helm:

View file

@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: local-path-provisioner
namespace: kube-system
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: kube-system
name: in-cluster
syncPolicy:
syncOptions:
- ServerSideApply=true

View file

@ -0,0 +1,19 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: traefik
namespace: kube-system
spec:
project: system
source:
repoURL: "https://helm.traefik.io/traefik"
targetRevision: v26.0.x
chart: traefik
helm:
valuesObject:
destination:
namespace: kube-system
name: in-cluster
syncPolicy:
syncOptions:
- ServerSideApply=true