summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master/templates/master.yaml.v1.j2
diff options
context:
space:
mode:
authorAndrew Butcher <abutcher@redhat.com>2015-10-21 16:17:39 -0400
committerAndrew Butcher <abutcher@redhat.com>2015-10-22 16:52:35 -0400
commit7f5c403e144e6ef4d39bf7b11adb4c4a8976521c (patch)
treebe0917a61e45ccfb492895e59c06f0b36c39c574 /roles/openshift_master/templates/master.yaml.v1.j2
parentab959a27d43b1f3a1ef1bbc6eccdde24be1c89f0 (diff)
downloadopenshift-7f5c403e144e6ef4d39bf7b11adb4c4a8976521c.tar.gz
openshift-7f5c403e144e6ef4d39bf7b11adb4c4a8976521c.tar.bz2
openshift-7f5c403e144e6ef4d39bf7b11adb4c4a8976521c.tar.xz
openshift-7f5c403e144e6ef4d39bf7b11adb4c4a8976521c.zip
Add proxy client certs to master config.
Diffstat (limited to 'roles/openshift_master/templates/master.yaml.v1.j2')
-rw-r--r--roles/openshift_master/templates/master.yaml.v1.j23
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/openshift_master/templates/master.yaml.v1.j2 b/roles/openshift_master/templates/master.yaml.v1.j2
index 6e45eaad7..72fdcf88d 100644
--- a/roles/openshift_master/templates/master.yaml.v1.j2
+++ b/roles/openshift_master/templates/master.yaml.v1.j2
@@ -74,6 +74,9 @@ kubernetesMasterConfig:
masterCount: 1
masterIP: ""
podEvictionTimeout: ""
+ proxyClientInfo:
+ certFile: master.proxy-client.crt
+ keyFile: master.proxy-client.key
schedulerConfigFile: {{ openshift_master_scheduler_conf }}
servicesNodePortRange: ""
servicesSubnet: {{ openshift.master.portal_net }}