diff --git a/roles/openshift-apps/noggin/templates/buildconfig.yml b/roles/openshift-apps/noggin/templates/buildconfig.yml index 198c1bb9b6..c48117f096 100644 --- a/roles/openshift-apps/noggin/templates/buildconfig.yml +++ b/roles/openshift-apps/noggin/templates/buildconfig.yml @@ -37,8 +37,7 @@ spec: secret: "{{ noggin_stg_github_secret }}" {% endif %} {% if noggin_github_secret is defined and env == 'production' %} - # Do we really want auto rebuilds in prod? - # - type: GitHub - # github: - # secret: "{{ noggin_github_secret }}" + - type: GitHub + github: + secret: "{{ noggin_github_secret }}" {% endif %}