diff options
author | Tim Bielawa <tbielawa@redhat.com> | 2016-07-08 12:29:59 -0400 |
---|---|---|
committer | Tim Bielawa <tbielawa@redhat.com> | 2016-07-08 12:29:59 -0400 |
commit | 0b8e8cd5b28446130aa169789a30f86a573fd0d6 (patch) | |
tree | 4850bfc522411f14f5caad9913967dffef84496d /roles/openshift_metrics/README.md | |
parent | 69b47af2aa3986ac18d5fdddf5dc6ed478fe08c4 (diff) | |
download | openshift-0b8e8cd5b28446130aa169789a30f86a573fd0d6.tar.gz openshift-0b8e8cd5b28446130aa169789a30f86a573fd0d6.tar.bz2 openshift-0b8e8cd5b28446130aa169789a30f86a573fd0d6.tar.xz openshift-0b8e8cd5b28446130aa169789a30f86a573fd0d6.zip |
Fix up some broken markdown formatting (mostly tables)
Diffstat (limited to 'roles/openshift_metrics/README.md')
-rw-r--r-- | roles/openshift_metrics/README.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/roles/openshift_metrics/README.md b/roles/openshift_metrics/README.md index f7ec86c55..7f95a2a40 100644 --- a/roles/openshift_metrics/README.md +++ b/roles/openshift_metrics/README.md @@ -15,13 +15,13 @@ From this role: | Name | Default value | | |-------------------------------------------------|-----------------------|-------------------------------------------------------------| -| openshift_hosted_metrics_deploy | False | If metrics should be deployed | -| openshift_hosted_metrics_storage_nfs_directory | /exports | Root export directory. | -| openshift_hosted_metrics_storage_volume_name | metrics | Metrics volume within openshift_hosted_metrics_volume_dir | -| openshift_hosted_metrics_storage_volume_size | 10Gi | Metrics volume size | -| openshift_hosted_metrics_storage_nfs_options | *(rw,root_squash) | NFS options for configured exports. | -| openshift_hosted_metrics_duration | 7 | Metrics query duration | -| openshift_hosted_metrics_resolution | 10s | Metrics resolution | +| openshift_hosted_metrics_deploy | `False` | If metrics should be deployed | +| openshift_hosted_metrics_storage_nfs_directory | `/exports` | Root export directory. | +| openshift_hosted_metrics_storage_volume_name | `metrics` | Metrics volume within openshift_hosted_metrics_volume_dir | +| openshift_hosted_metrics_storage_volume_size | `10Gi` | Metrics volume size | +| openshift_hosted_metrics_storage_nfs_options | `*(rw,root_squash)` | NFS options for configured exports. | +| openshift_hosted_metrics_duration | `7` | Metrics query duration | +| openshift_hosted_metrics_resolution | `10s` | Metrics resolution | From openshift_common: |