Update 5 files

- /nexus-repository-manager/templates/nexus-pv.yaml
- /nexus-repository-manager/templates/nexus-pvc.yaml
- /nexus-repository-manager/Chart.yaml
- /nexus-repository-manager/values.yaml
- /argocd/templates/nexus-repository-manager.yaml
This commit is contained in:
2023-04-16 13:16:15 +00:00
parent c82be77e89
commit 6f8e6eeea6
5 changed files with 0 additions and 242 deletions

View File

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