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: