refactor nmstate to appset

This commit is contained in:
2025-07-29 21:53:30 -05:00
parent 4a2120f830
commit 5e1522fefb
13 changed files with 232 additions and 2 deletions

View File

@@ -2,5 +2,7 @@ apiVersion: operator.openshift.io/v1
kind: Network
metadata:
name: cluster
annotations:
argocd.argoproj.io/sync-wave: "4"
spec:
useMultiNetworkPolicy: true

View File

@@ -2,6 +2,8 @@
apiVersion: v1
kind: Namespace
metadata:
annotations:
argocd.argoproj.io/sync-wave: "1"
labels:
kubernetes.io/metadata.name: openshift-nmstate
name: openshift-nmstate

View File

@@ -1,5 +1,7 @@
apiVersion: nmstate.io/v1
kind: NMState
metadata:
annotations:
argocd.argoproj.io/sync-wave: "4"
name: nmstate
spec: {}

View File

@@ -2,8 +2,8 @@
apiVersion: operators.coreos.com/v1
kind: OperatorGroup
metadata:
annotations: {}
# olm.providedAPIs: NMState.v1.nmstate.io
annotations:
argocd.argoproj.io/sync-wave: "3"
name: openshift-nmstate
namespace: openshift-nmstate
spec:

View File

@@ -2,6 +2,8 @@
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
annotations:
argocd.argoproj.io/sync-wave: "2"
labels:
operators.coreos.com/kubernetes-nmstate-operator.openshift-nmstate: ""
name: kubernetes-nmstate-operator