Skip to content

Commit ffa6a47

Browse files
Merge pull request #18214 from spadgett/console-template-labels
Automatic merge from submit-queue (batch tested with PRs 18529, 18214). Update web console template labels Consistently use `app: openshift-web-console` for labels in the web console template. Per openshift/openshift-ansible#6359 (comment) > Also, the labels for the deployment should be app: openshift-web-console across the board. /assign @smarterclayton /cc @deads2k @jwforres
2 parents 1a8a8e8 + 439358d commit ffa6a47

File tree

4 files changed

+11
-0
lines changed

4 files changed

+11
-0
lines changed

install/origin-web-console/OWNERS

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
reviewers:
2+
- spadgett
3+
- jwforres
4+
- deads2k
5+
approvers:
6+
- spadgett
7+
- jwforres
8+
- deads2k

install/origin-web-console/console-template.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ objects:
4242
metadata:
4343
name: webconsole
4444
labels:
45+
app: openshift-web-console
4546
webconsole: "true"
4647
spec:
4748
serviceAccountName: webconsole

pkg/oc/bootstrap/bindata.go

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/extended/testdata/bindata.go

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)