remove nfs-client

This commit is contained in:
2024-03-26 23:50:27 +01:00
parent c7180f793a
commit f648064304
17 changed files with 109 additions and 97 deletions

View File

@@ -11,7 +11,6 @@ resources:
# infrastructure apps
- projects.yaml
- nfs-provisioner/
- backup/
- pg-ha/
- gitea/

View File

@@ -1,18 +0,0 @@
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

View File

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