allow keel-webhookrelay secret to be external

pull/225/head
Michael Keirnan 2018-06-09 10:05:40 -04:00
parent 07ac1f5798
commit 3927887616
No known key found for this signature in database
GPG Key ID: 507E0B728340F342
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{{- if .Values.webhookRelay.enabled }}
{{- if (and .Values.webhookRelay.enabled .Values.webhookRelay.key .Values.webhookRelay.secret) }}
apiVersion: v1
kind: Secret
metadata:

View File

@ -70,10 +70,12 @@ service:
# which can deliver webhooks to your internal Keel service through Keel sidecar container.
webhookRelay:
enabled: false
bucket: ""
# webhookrelay.com credentials
# Set the key and secret values here to create the keel-webhookrelay secret with this
# chart -or- leave key and secret blank and create the keel-webhookrelay secret separately.
key: ""
secret: ""
bucket: ""
# webhookrelay docker image
image:
repository: webhookrelay/webhookrelayd