remove longhorn

This commit is contained in:
2022-11-19 09:59:24 -06:00
parent 4c24fe1bd1
commit 2240c98c32
7 changed files with 0 additions and 1382 deletions

View File

@@ -1,21 +0,0 @@
#apiVersion: argoproj.io/v1alpha1
#kind: Application
#metadata:
# name: keycloak
# namespace: argocd
#spec:
# project: default
# source:
# repoURL: https://github.com/DeveloperDurp/homelab.git
# targetRevision: main
# path: keycloak
# destination:
# namespace: keycloak
# name: in-cluster
# syncPolicy:
# automated:
# prune: true
# selfHeal: true
# syncOptions:
# - CreateNamespace=true
#

View File

@@ -1,22 +0,0 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: longhorn-system
namespace: argocd
spec:
project: default
source:
repoURL: https://github.com/DeveloperDurp/homelab.git
targetRevision: main
path: longhorn-system
directory:
recurse: true
destination:
server: https://kubernetes.default.svc
namespace: longhorn-system
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true