From 1a31042c813617d5b1f844bc3b3c67c6d9bd01e3 Mon Sep 17 00:00:00 2001 From: Corey Daley Date: Sun, 25 Jun 2017 23:08:48 -0400 Subject: [PATCH] Updating GITHUB_WEBHOOK_SECRET description --- openshift/templates/nodejs-mongodb-persistent.json | 2 +- openshift/templates/nodejs-mongodb.json | 2 +- openshift/templates/nodejs.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openshift/templates/nodejs-mongodb-persistent.json b/openshift/templates/nodejs-mongodb-persistent.json index fecb846..031fa53 100644 --- a/openshift/templates/nodejs-mongodb-persistent.json +++ b/openshift/templates/nodejs-mongodb-persistent.json @@ -487,7 +487,7 @@ { "name": "GITHUB_WEBHOOK_SECRET", "displayName": "GitHub Webhook Secret", - "description": "A secret string used to configure the GitHub webhook.", + "description": "Github trigger secret. A difficult to guess string encoded as part of the webhook URL. Not encrypted.", "generate": "expression", "from": "[a-zA-Z0-9]{40}" }, diff --git a/openshift/templates/nodejs-mongodb.json b/openshift/templates/nodejs-mongodb.json index 6a55f02..ecffe1d 100644 --- a/openshift/templates/nodejs-mongodb.json +++ b/openshift/templates/nodejs-mongodb.json @@ -463,7 +463,7 @@ { "name": "GITHUB_WEBHOOK_SECRET", "displayName": "GitHub Webhook Secret", - "description": "A secret string used to configure the GitHub webhook.", + "description": "Github trigger secret. A difficult to guess string encoded as part of the webhook URL. Not encrypted.", "generate": "expression", "from": "[a-zA-Z0-9]{40}" }, diff --git a/openshift/templates/nodejs.json b/openshift/templates/nodejs.json index 297c815..4816e00 100644 --- a/openshift/templates/nodejs.json +++ b/openshift/templates/nodejs.json @@ -261,7 +261,7 @@ { "name": "GITHUB_WEBHOOK_SECRET", "displayName": "GitHub Webhook Secret", - "description": "A secret string used to configure the GitHub webhook.", + "description": "Github trigger secret. A difficult to guess string encoded as part of the webhook URL. Not encrypted.", "generate": "expression", "from": "[a-zA-Z0-9]{40}" },