From e6cb12ebfb5f620710d699dcd378bdf08d12d797 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 2 Sep 2019 18:19:06 +0100 Subject: chore(k8s): Provision certificate for oslo.pub --- infra/kubernetes/primary-cluster.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'infra') diff --git a/infra/kubernetes/primary-cluster.yaml b/infra/kubernetes/primary-cluster.yaml index 5b4b04d5d5c2..1409605ccd80 100644 --- a/infra/kubernetes/primary-cluster.yaml +++ b/infra/kubernetes/primary-cluster.yaml @@ -12,6 +12,11 @@ include: path: https-cert values: domain: www.tazj.in + - name: oslo-pub-cert + path: https-cert + values: + domain: oslo.pub + # Services - name: nixery -- cgit 1.4.1