openshift-apps/compose-tracker: add generic webhook
compose_tracker_webhook_secret is an ansible private variable.
This commit is contained in:
parent
ca78115204
commit
272d55cd76
1 changed files with 5 additions and 0 deletions
|
@ -22,3 +22,8 @@ spec:
|
|||
name: compose-tracker-img:latest
|
||||
triggers:
|
||||
- type: ConfigChange
|
||||
{% if compose_tracker_webhook_secret is defined %}
|
||||
- type: Generic
|
||||
generic:
|
||||
secret: "{{ compose_tracker_webhook_secret }}"
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue