diff options
author | Thomas Wiest <twiest@users.noreply.github.com> | 2015-07-31 14:38:13 -0400 |
---|---|---|
committer | Thomas Wiest <twiest@users.noreply.github.com> | 2015-07-31 14:38:13 -0400 |
commit | 3c2893290640865cce15f6093a9ab2f11c294acd (patch) | |
tree | acf0af709928428cc94299846c9c77016ce05ee0 /roles/openshift_master/templates | |
parent | 5772c32ed6dac256b384e82fb912ac9349eec647 (diff) | |
parent | e944b14f3dd9ec0f97e74109a6dcbd019192c958 (diff) | |
download | openshift-3c2893290640865cce15f6093a9ab2f11c294acd.tar.gz openshift-3c2893290640865cce15f6093a9ab2f11c294acd.tar.bz2 openshift-3c2893290640865cce15f6093a9ab2f11c294acd.tar.xz openshift-3c2893290640865cce15f6093a9ab2f11c294acd.zip |
Merge pull request #400 from detiber/addSubdomainConfig
Add support for setting routingConfig:subdomain
Diffstat (limited to 'roles/openshift_master/templates')
-rw-r--r-- | roles/openshift_master/templates/master.yaml.v1.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_master/templates/master.yaml.v1.j2 b/roles/openshift_master/templates/master.yaml.v1.j2 index 5e46f8f69..01c0ea7e4 100644 --- a/roles/openshift_master/templates/master.yaml.v1.j2 +++ b/roles/openshift_master/templates/master.yaml.v1.j2 @@ -101,7 +101,7 @@ projectConfig: mcsLabelsPerProject: 5 uidAllocatorRange: 1000000000-1999999999/10000 routingConfig: - subdomain: router.default.local + subdomain: "{{ openshift.master.default_subdomain | default("") }}" serviceAccountConfig: managedNames: - default |