Skip to content

Commit 32ed7c0

Browse files
Merge pull request #146 from benjaminapetersen/example/update-alt-image
Update examples/05-alt-image.yaml to include better dev info
2 parents 43de0fc + c56f7c3 commit 32ed7c0

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

examples/05-operator-alt-image.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,14 @@ spec:
1616
serviceAccountName: console-operator
1717
containers:
1818
- name: console-operator
19-
# image: quay.io/benjaminapetersen/console-operator:v4.0.0.6
20-
# image: quay.io/benjaminapetersen/console-operator-2:v4.1.0
21-
image: quay.io/benjaminapetersen/console-operator-2:v4.1.2
19+
# for development
20+
# once you clone this repo, make changes, build & push a new image:
21+
# docker build quay.io/<your-user>/console-operator:latest .
22+
# docker push quay.io/<your-user>/console-operator:latest
23+
# then
24+
# oc apply -f examples/05-operator-alt-image.yaml
25+
# with this line updated:
26+
image: quay.io/<your-user>/console-operator:latest
2227
ports:
2328
- containerPort: 60000
2429
name: metrics

0 commit comments

Comments
 (0)