From a3ad571cd4a64a916c41b947e6ccf843ab457788 Mon Sep 17 00:00:00 2001 From: Corey Daley Date: Sun, 25 Jun 2017 23:05:35 -0400 Subject: [PATCH] Updating GITHUB_WEBHOOK_SECRET description --- openshift/templates/django-postgresql-persistent.json | 2 +- openshift/templates/django-postgresql.json | 2 +- openshift/templates/django.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openshift/templates/django-postgresql-persistent.json b/openshift/templates/django-postgresql-persistent.json index 9f982c2..bc71769 100644 --- a/openshift/templates/django-postgresql-persistent.json +++ b/openshift/templates/django-postgresql-persistent.json @@ -479,7 +479,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/django-postgresql.json b/openshift/templates/django-postgresql.json index 7bee85d..f6eb40d 100644 --- a/openshift/templates/django-postgresql.json +++ b/openshift/templates/django-postgresql.json @@ -453,7 +453,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/django.json b/openshift/templates/django.json index 4293d62..ce4960f 100644 --- a/openshift/templates/django.json +++ b/openshift/templates/django.json @@ -277,7 +277,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}" },