From c5454644623edc286c81d35971f1e236823da73c Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 19 Nov 2022 09:23:43 -0600 Subject: [PATCH] test --- nexus-repository-manager/templates/nexus-pv.yaml | 2 +- nexus-repository-manager/templates/nexus-pvc.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nexus-repository-manager/templates/nexus-pv.yaml b/nexus-repository-manager/templates/nexus-pv.yaml index 307c327..6cf4468 100644 --- a/nexus-repository-manager/templates/nexus-pv.yaml +++ b/nexus-repository-manager/templates/nexus-pv.yaml @@ -15,7 +15,7 @@ spec: apiVersion: v1 kind: PersistentVolumeClaim name: nexus-pvc - namespace: nexus + namespace: nexus-repository-manager nfs: path: /mnt/user/k3s/nexus server: 192.168.20.253 diff --git a/nexus-repository-manager/templates/nexus-pvc.yaml b/nexus-repository-manager/templates/nexus-pvc.yaml index f3088eb..486957a 100644 --- a/nexus-repository-manager/templates/nexus-pvc.yaml +++ b/nexus-repository-manager/templates/nexus-pvc.yaml @@ -8,7 +8,7 @@ metadata: app.kubernetes.io/name: nexus helm.sh/chart: nexus-2.14.4 name: nexus-pvc - namespace: nexus + namespace: nexus-repository-manager spec: accessModes: - ReadWriteMany