cleanup with regards to upcoming migration

This commit is contained in:
2024-03-23 11:45:11 +01:00
parent 19b63263e6
commit 6ceb3816fb
18 changed files with 37 additions and 290 deletions

View File

@@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: nfs-provisioner-application
namespace: argocd
spec:
project: infrastructure
source:
repoURL: git@github.com:moll-re/bootstrap-k3s-infra.git
targetRevision: main
path: infrastructure/nfs-provisioner/
destination:
server: https://kubernetes.default.svc
namespace: nfs-provisioner
syncPolicy:
automated:
prune: true
selfHeal: true