From 0619e020424f6a95a001d819d6e4277d2e42f55f Mon Sep 17 00:00:00 2001 From: Devon Mackay Date: Wed, 8 Aug 2018 17:31:37 -0400 Subject: [PATCH] Pull ca-chain.pem from Kubernetes --- deploy/kubernetes/atst.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deploy/kubernetes/atst.yml b/deploy/kubernetes/atst.yml index 141cc86b..de812fa3 100644 --- a/deploy/kubernetes/atst.yml +++ b/deploy/kubernetes/atst.yml @@ -32,6 +32,9 @@ spec: - name: atst-config mountPath: "/opt/atat/atst/atst-overrides.ini" subPath: atst-overrides.ini + - name: nginx-client-ca-bundle + mountPath: "/opt/atat/atst/ssl/server-certs/ca-chain.pem" + subPath: client-ca-bundle.pem - name: uwsgi-config mountPath: "/opt/atat/atst/uwsgi-config.ini" subPath: uwsgi-config.ini