summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples
diff options
context:
space:
mode:
authorDevan Goodwin <dgoodwin@redhat.com>2016-06-23 16:46:45 -0300
committerDevan Goodwin <dgoodwin@redhat.com>2016-06-23 16:46:45 -0300
commit7db5a580fc4cd61ddf4b2410ff608c4e30c7e976 (patch)
tree3467e3ee88431a50b73efe6c0db448ba4801ee78 /roles/openshift_examples
parent6b1bdb2de51402d5d0800fcd0a5048418047cc27 (diff)
downloadopenshift-7db5a580fc4cd61ddf4b2410ff608c4e30c7e976.tar.gz
openshift-7db5a580fc4cd61ddf4b2410ff608c4e30c7e976.tar.bz2
openshift-7db5a580fc4cd61ddf4b2410ff608c4e30c7e976.tar.xz
openshift-7db5a580fc4cd61ddf4b2410ff608c4e30c7e976.zip
Add missing quote in metrics deployer template.
Diffstat (limited to 'roles/openshift_examples')
-rw-r--r--roles/openshift_examples/files/examples/v1.2/infrastructure-templates/enterprise/metrics-deployer.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_examples/files/examples/v1.2/infrastructure-templates/enterprise/metrics-deployer.yaml b/roles/openshift_examples/files/examples/v1.2/infrastructure-templates/enterprise/metrics-deployer.yaml
index 81da95064..032f94a18 100644
--- a/roles/openshift_examples/files/examples/v1.2/infrastructure-templates/enterprise/metrics-deployer.yaml
+++ b/roles/openshift_examples/files/examples/v1.2/infrastructure-templates/enterprise/metrics-deployer.yaml
@@ -97,7 +97,7 @@ parameters:
name: HAWKULAR_METRICS_HOSTNAME
required: true
-
- description: "Can be set to: 'deploy' to perform an initial deployment; 'refresh' to delete and redeploy all components but to keep persisted data and routes; 'redeploy' to delete and redeploy everything (losing all data in the process)
+ description: "Can be set to: 'deploy' to perform an initial deployment; 'refresh' to delete and redeploy all components but to keep persisted data and routes; 'redeploy' to delete and redeploy everything (losing all data in the process)"
name: MODE
value: "deploy"
-