Skip to content

Commit

Permalink
Merge pull request #503 from smarterclayton/labels
Browse files Browse the repository at this point in the history
chore(deploy): use runlevel label on namespace
  • Loading branch information
openshift-merge-robot authored Oct 9, 2018
2 parents 9e4b493 + 4f27d37 commit 65fb0a6
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/ocp/manifests/0.7.1/0000_30_00-namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ apiVersion: v1
kind: Namespace
metadata:
name: openshift-operator-lifecycle-manager
labels:
openshift.io/run-level: "1"
2 changes: 2 additions & 0 deletions deploy/ocp/manifests/0.7.1/30_00-namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ apiVersion: v1
kind: Namespace
metadata:
name: openshift-operator-lifecycle-manager
labels:
openshift.io/run-level: "1"
2 changes: 2 additions & 0 deletions deploy/okd/manifests/0.7.1/0000_30_00-namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ apiVersion: v1
kind: Namespace
metadata:
name: openshift-operator-lifecycle-manager
labels:
openshift.io/run-level: "1"
2 changes: 2 additions & 0 deletions deploy/okd/manifests/0.7.1/30_00-namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ apiVersion: v1
kind: Namespace
metadata:
name: openshift-operator-lifecycle-manager
labels:
openshift.io/run-level: "1"
2 changes: 2 additions & 0 deletions manifests/0000_30_00-namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ apiVersion: v1
kind: Namespace
metadata:
name: openshift-operator-lifecycle-manager
labels:
openshift.io/run-level: "1"

0 comments on commit 65fb0a6

Please sign in to comment.