Skip to content

Commit 489bea3

Browse files
author
Matt Rogers
committed
Add ns label for CO and FIO cli install
Add the cluster-monitoring label to the the compliance-operator and file-integrity-operator cli install instructions.
1 parent 7759ec1 commit 489bea3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

modules/compliance-operator-cli-installation.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ $ oc create -f <file-name>.yaml
2424
apiVersion: v1
2525
kind: Namespace
2626
metadata:
27+
labels:
28+
openshift.io/cluster-monitoring: "true"
2729
name: openshift-compliance
2830
----
2931

modules/file-integrity-operator-installing-cli.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ $ oc create -f <file-name>.yaml
2424
apiVersion: v1
2525
kind: Namespace
2626
metadata:
27+
labels:
28+
openshift.io/cluster-monitoring: "true"
2729
name: openshift-file-integrity
2830
----
2931

0 commit comments

Comments
 (0)