summaryrefslogtreecommitdiffstats
path: root/roles/calico_master/templates
diff options
context:
space:
mode:
authorOpenShift Bot <eparis+openshiftbot@redhat.com>2017-06-13 20:05:57 -0400
committerGitHub <noreply@github.com>2017-06-13 20:05:57 -0400
commit974a727ff5640d2479a99e32f7afe91016a06c37 (patch)
tree58580d5f5c7bea89c53b1f2e9e60e27e979cfd03 /roles/calico_master/templates
parent3fed1873230d9e84c07824b7de98ae7edfc481ba (diff)
parentb87687fb5ac41bdd45c5b3b7c2fd7d754ece8a0e (diff)
downloadopenshift-974a727ff5640d2479a99e32f7afe91016a06c37.tar.gz
openshift-974a727ff5640d2479a99e32f7afe91016a06c37.tar.bz2
openshift-974a727ff5640d2479a99e32f7afe91016a06c37.tar.xz
openshift-974a727ff5640d2479a99e32f7afe91016a06c37.zip
Merge pull request #4295 from VincentS/Remove_Hardcoded_Calico_URL
Merged by openshift-bot
Diffstat (limited to 'roles/calico_master/templates')
-rw-r--r--roles/calico_master/templates/calico-policy-controller.yml.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/calico_master/templates/calico-policy-controller.yml.j2 b/roles/calico_master/templates/calico-policy-controller.yml.j2
index 1b87758ce..811884473 100644
--- a/roles/calico_master/templates/calico-policy-controller.yml.j2
+++ b/roles/calico_master/templates/calico-policy-controller.yml.j2
@@ -74,7 +74,7 @@ spec:
serviceAccountName: calico
containers:
- name: calico-policy-controller
- image: quay.io/calico/kube-policy-controller:v0.5.4
+ image: {{ calico_url_policy_controller }}
env:
# The location of the Calico etcd cluster.
- name: ETCD_ENDPOINTS