ansible/roles/openshift-apps/noggin/templates/secret-webhook.yml
Aurélien Bompard 6e1873ce1b
First try at Noggin deployment
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-08-19 12:54:21 +02:00

8 lines
217 B
YAML

apiVersion: v1
kind: Secret
metadata:
name: noggin-github-webhook-secret
namespace: aaa
data:
WebHookSecretKey: "{{ (env == 'production')|ternary(noggin_github_secret, noggin_stg_github_secret) }}"
type: Opaque