[openshift-apps/websites] webhooks for autodeploying

Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
Rick Elrod 2019-03-09 02:17:32 +00:00
parent c126cad437
commit ca9ea1e17d

View file

@ -18,6 +18,15 @@ spec:
triggers:
- type: ConfigChange
- type: ImageChange
{% if stg_websites_deploy_secret is defined and env == 'staging' %}
- type: Generic
generic:
secret: "{{ stg_websites_deploy_secret }}"
{% elif websites_deploy_secret is defined and env == 'production' %}
- type: Generic
generic:
secret: "{{ websites_deploy_secret }}"
{% endif %}
output:
to:
kind: ImageStreamTag