From 55f836f54c355ccf3f42c8a33711a038dd19d32b Mon Sep 17 00:00:00 2001 From: rblundon Date: Thu, 15 May 2025 22:10:18 -0500 Subject: [PATCH] fix namespace --- cluster/nmstate.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cluster/nmstate.yaml b/cluster/nmstate.yaml index a00eaf7..bbef5ad 100644 --- a/cluster/nmstate.yaml +++ b/cluster/nmstate.yaml @@ -2,8 +2,8 @@ apiVersion: argoproj.io/v1alpha1 kind: Application metadata: - name: external-secrets - namespace: openshift-gitops + name: nmstate + namespace: nmstate finalizers: - resources-finalizer.argocd.argoproj.io annotations: @@ -11,7 +11,7 @@ metadata: spec: destination: name: in-cluster - namespace: openshift-operators + namespace: onmstate project: default source: path: cluster/nmstate/overlays/hub