Skip to content

Commit 57a1789

Browse files
authored
Merge pull request #84728 from dfitzmau/OSDOCS-12624
OSDOCS-12624: Removed labels and annotations from the K8S NMState Ope…
2 parents 0215eee + 0bfd348 commit 57a1789

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

modules/k8s-nmstate-deploying-nmstate-CLI.adoc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ $ cat << EOF | oc apply -f -
2424
apiVersion: v1
2525
kind: Namespace
2626
metadata:
27-
labels:
28-
kubernetes.io/metadata.name: openshift-nmstate
29-
name: openshift-nmstate
3027
name: openshift-nmstate
3128
spec:
3229
finalizers:
@@ -42,8 +39,6 @@ $ cat << EOF | oc apply -f -
4239
apiVersion: operators.coreos.com/v1
4340
kind: OperatorGroup
4441
metadata:
45-
annotations:
46-
olm.providedAPIs: NMState.v1.nmstate.io
4742
name: openshift-nmstate
4843
namespace: openshift-nmstate
4944
spec:
@@ -59,8 +54,6 @@ $ cat << EOF| oc apply -f -
5954
apiVersion: operators.coreos.com/v1alpha1
6055
kind: Subscription
6156
metadata:
62-
labels:
63-
operators.coreos.com/kubernetes-nmstate-operator.openshift-nmstate: ""
6457
name: kubernetes-nmstate-operator
6558
namespace: openshift-nmstate
6659
spec:

0 commit comments

Comments
 (0)