diff --git a/roles/openshift-apps/toddlers/templates/buildconfig.yml b/roles/openshift-apps/toddlers/templates/buildconfig.yml index c1fc04c741..be9d5bf1c4 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: "debug" + ref: "production" {% endif %} strategy: type: Docker