summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/files/examples/v1.2/quickstart-templates/jenkins-persistent-template.json
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2016-04-19 15:14:11 -0400
committerScott Dodson <sdodson@redhat.com>2016-04-19 15:14:11 -0400
commit68244007aea98a733efe22a7234ce9ef8c08b42d (patch)
tree72e6c5c65b52ed2f2e7ba209cf1ed1517c12da2d /roles/openshift_examples/files/examples/v1.2/quickstart-templates/jenkins-persistent-template.json
parent44d2a62e4d1756115d04e502aaa88aaef678cfed (diff)
downloadopenshift-68244007aea98a733efe22a7234ce9ef8c08b42d.tar.gz
openshift-68244007aea98a733efe22a7234ce9ef8c08b42d.tar.bz2
openshift-68244007aea98a733efe22a7234ce9ef8c08b42d.tar.xz
openshift-68244007aea98a733efe22a7234ce9ef8c08b42d.zip
Sync latest content
Diffstat (limited to 'roles/openshift_examples/files/examples/v1.2/quickstart-templates/jenkins-persistent-template.json')
-rw-r--r--roles/openshift_examples/files/examples/v1.2/quickstart-templates/jenkins-persistent-template.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/openshift_examples/files/examples/v1.2/quickstart-templates/jenkins-persistent-template.json b/roles/openshift_examples/files/examples/v1.2/quickstart-templates/jenkins-persistent-template.json
index 6c143fc70..0d8dcffa1 100644
--- a/roles/openshift_examples/files/examples/v1.2/quickstart-templates/jenkins-persistent-template.json
+++ b/roles/openshift_examples/files/examples/v1.2/quickstart-templates/jenkins-persistent-template.json
@@ -5,7 +5,7 @@
"name": "jenkins-persistent",
"creationTimestamp": null,
"annotations": {
- "description": "Jenkins service, with persistent storage.",
+ "description": "Jenkins service, with persistent storage. You must have persistent volumes available in your cluster to use this template.",
"iconClass": "icon-jenkins",
"tags": "instant-app,jenkins"
}
@@ -207,7 +207,7 @@
"name": "VOLUME_CAPACITY",
"displayName": "Volume Capacity",
"description": "Volume space available for data, e.g. 512Mi, 2Gi.",
- "value": "512Mi",
+ "value": "1Gi",
"required": true
}
],