Skip to content

Commit 5629fef

Browse files
committed
add openshift labels for app deployment
1 parent 9c7a0e5 commit 5629fef

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

vendor/redhat/labels.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ $authoritative-source[:PORT]/PRODUCT[$PRODUCTGEN][--$PLATFORMDIFFERENTIATOR]/REP
4545
| io.k8s.display-name | no | Name of the container displayed in Kubernetes |
4646
| io.openshift.expose-services | no | port:service pairs separated with comma, e.g. `"8080:http,8443:https"` |
4747
| io.openshift.tags | no | tags used by searching engine, e.g. `"builder,php,php56,rh-php56"` |
48+
| io.openshift.env-KEY | no | Required environment variable. Creates parameter named "KEY". If no value is provided user input required. |
49+
| io.openshift.podhook.pre | no | Pre exec pod-based lifecycle hook command. See [documentation](https://docs.openshift.org/latest/dev_guide/deployments.html#pod-based-lifecycle-hook) |
50+
| io.openshift.podhook.post | no | Post exec pod-based lifecycle hook command. See [documentation](https://docs.openshift.org/latest/dev_guide/deployments.html#pod-based-lifecycle-hook) |
51+
4852

4953
### Examples
5054

@@ -112,5 +116,3 @@ $authoritative-source[:PORT]/PRODUCT[$PRODUCTGEN][--$PLATFORMDIFFERENTIATOR]/REP
112116
"io.openshift.expose-services="8080:http",
113117
"io.openshift.tags="builder,php,php56,rh-php56"
114118
},
115-
116-

0 commit comments

Comments
 (0)