remove nexus and nextcloud

This commit is contained in:
2023-03-12 13:42:08 -05:00
parent bc1373f1c3
commit a99109e768
2 changed files with 40 additions and 40 deletions

View File

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

View File

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