refactor nmstate to appset
This commit is contained in:
@@ -2,5 +2,7 @@ apiVersion: operator.openshift.io/v1
|
||||
kind: Network
|
||||
metadata:
|
||||
name: cluster
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "4"
|
||||
spec:
|
||||
useMultiNetworkPolicy: true
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
apiVersion: nmstate.io/v1
|
||||
kind: NMState
|
||||
metadata:
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "4"
|
||||
name: nmstate
|
||||
spec: {}
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user