remove even more apps
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tobias Brunner 2023-03-31 21:32:50 +02:00
parent 42f0e59a37
commit 0b222b3cf3
Signed by: tobru
SSH Key Fingerprint: SHA256:kywVhvCA+MIxL6eBgoQa+BfC/ROJqcfD2bpy1PR6Ebk
3 changed files with 0 additions and 69 deletions

View File

@ -1,24 +0,0 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: familydb
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: familydb
server: https://kubernetes.default.svc
project: apps
source:
path: familydb
repoURL: https://git.tbrnt.ch/tobru/gitops-tbrnt.git
targetRevision: HEAD
syncPolicy:
automated:
prune: true
---
apiVersion: v1
kind: Namespace
metadata:
name: familydb

View File

@ -1,26 +0,0 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: owntracks
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: owntracks
server: https://kubernetes.default.svc
project: apps
source:
path: owntracks
repoURL: https://git.tbrnt.ch/tobru/gitops-tbrnt.git
targetRevision: HEAD
directory:
recurse: true
---
apiVersion: v1
kind: Namespace
metadata:
name: owntracks
labels:
goldilocks.fairwinds.com/enabled: "true"
prometheus: "yes"

View File

@ -1,19 +0,0 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: volsync
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: system
source:
chart: volsync
repoURL: https://backube.github.io/helm-charts/
targetRevision: 0.5.0
destination:
namespace: volsync
server: https://kubernetes.default.svc
syncPolicy:
syncOptions:
- CreateNamespace=true