From 6f4dddfcd8a6b413d91592e22e7ad8dc67cda9f7 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Fri, 26 Jul 2024 23:43:48 +1000 Subject: [PATCH] update renovate volumes --- .../app-volumes/env/k3s-cluster/templates/renovate-pv.yaml | 2 +- .../app-volumes/env/k3s-cluster/templates/renovate-pvc.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/app-volumes/env/k3s-cluster/templates/renovate-pv.yaml b/resources/app-volumes/env/k3s-cluster/templates/renovate-pv.yaml index 7888b0c..90ce9fe 100644 --- a/resources/app-volumes/env/k3s-cluster/templates/renovate-pv.yaml +++ b/resources/app-volumes/env/k3s-cluster/templates/renovate-pv.yaml @@ -2,7 +2,7 @@ apiVersion: v1 kind: PersistentVolume metadata: name: renovate-pv - namespace: renovate + namespace: argocd labels: type: local spec: diff --git a/resources/app-volumes/env/k3s-cluster/templates/renovate-pvc.yaml b/resources/app-volumes/env/k3s-cluster/templates/renovate-pvc.yaml index 736b081..5ec24ff 100644 --- a/resources/app-volumes/env/k3s-cluster/templates/renovate-pvc.yaml +++ b/resources/app-volumes/env/k3s-cluster/templates/renovate-pvc.yaml @@ -2,7 +2,7 @@ apiVersion: v1 kind: PersistentVolumeClaim metadata: name: renovate-pvc - namespace: renovate + namespace: argocd labels: name: renovate-pvc spec: