diff --git a/roles/openshift-apps/toddlers/templates/buildconfig.yml b/roles/openshift-apps/toddlers/templates/buildconfig.yml index be9d5bf1c4..c1fc04c741 100644 --- a/roles/openshift-apps/toddlers/templates/buildconfig.yml +++ b/roles/openshift-apps/toddlers/templates/buildconfig.yml @@ -16,7 +16,7 @@ spec: {% if env == 'staging' %} ref: "staging" {% else %} - ref: "production" + ref: "debug" {% endif %} strategy: type: Docker