From 3359ce12cfce249741dd034464e0967228cc4b34 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 18 Dec 2019 17:27:30 +0000 Subject: feat(infra/k8s): Provision certificate for git.tazj.in --- infra/kubernetes/primary-cluster.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'infra') diff --git a/infra/kubernetes/primary-cluster.yaml b/infra/kubernetes/primary-cluster.yaml index bb1a6b2b0531..db1d749939de 100644 --- a/infra/kubernetes/primary-cluster.yaml +++ b/infra/kubernetes/primary-cluster.yaml @@ -12,6 +12,10 @@ include: path: https-cert values: domain: www.tazj.in + - name: git-tazj-in-cert + path: https-cert + values: + domain: git.tazj.in - name: oslo-pub-cert path: https-cert values: -- cgit 1.4.1