summaryrefslogtreecommitdiffstats
path: root/roles/openshift_prometheus/README.md
diff options
context:
space:
mode:
authorZohar Galor <zgalor@redhat.com>2017-10-18 11:48:24 +0300
committerZohar Galor <zgalor@redhat.com>2017-10-24 14:22:14 +0300
commit7fb6e94d2910906630abcb4eae6a23ae0ba157c0 (patch)
tree0a69fe68893b1df78faccb95e4b53057b2bd8136 /roles/openshift_prometheus/README.md
parentd54942dac6551d59e19e9f9a0096ca4684b7079f (diff)
downloadopenshift-7fb6e94d2910906630abcb4eae6a23ae0ba157c0.tar.gz
openshift-7fb6e94d2910906630abcb4eae6a23ae0ba157c0.tar.bz2
openshift-7fb6e94d2910906630abcb4eae6a23ae0ba157c0.tar.xz
openshift-7fb6e94d2910906630abcb4eae6a23ae0ba157c0.zip
Split prometheus image defaults to prefix and version
To allow easier testing and deployment from different repos, image defaults were split to prefix and version that can be set externally. bz: https://bugzilla.redhat.com/show_bug.cgi?id=1493431
Diffstat (limited to 'roles/openshift_prometheus/README.md')
-rw-r--r--roles/openshift_prometheus/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/roles/openshift_prometheus/README.md b/roles/openshift_prometheus/README.md
index 07ea0299d..b51da34a5 100644
--- a/roles/openshift_prometheus/README.md
+++ b/roles/openshift_prometheus/README.md
@@ -19,7 +19,9 @@ For default values, see [`defaults/main.yaml`](defaults/main.yaml).
- `openshift_prometheus_node_selector`: Selector for the nodes prometheus will be deployed on.
-- `openshift_prometheus_image_<COMPONENT>`: specify image for the component
+- `openshift_prometheus_<COMPONENT>_image_prefix`: specify image prefix for the component
+
+- `openshift_prometheus_<COMPONENT>_image_version`: specify image version for the component
## PVC related variables
Each prometheus component (prometheus, alertmanager, alertbuffer) can set pv claim by setting corresponding role variable: