Skip to content

Commit

Permalink
fixup! ✨(build) add support for BCs + ISs objects
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaupetit committed Sep 4, 2018
1 parent 0a21e0a commit afa8309
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions group_vars/env_type/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
project_description: "A minimal project to test apps bootstrapping ({{ env_type }})"
domain_name: "{{ lookup('env', 'OPENSHIFT_DOMAIN') }}.nip.io"

# OpenShift's internal docker registry server
#
# FIXME: use docker registry server IP address instead of the service name (i.e.
# docker-registry.default.svc) to prevent oc cluster DNS issues
internal_docker_registry: "172.30.1.1:5000"

apps:
- name: hello
- name: richie
Expand Down

0 comments on commit afa8309

Please sign in to comment.