This commit is contained in:
2022-10-16 12:16:03 -05:00
parent 223c50a916
commit 60b82c66b9
2 changed files with 188 additions and 0 deletions

View File

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