From cfeb4edd87af04994cd5f7c1c12ebd5a30dc3844 Mon Sep 17 00:00:00 2001 From: Lukas Piwowarski Date: Thu, 1 Feb 2024 10:36:53 +0100 Subject: [PATCH] [docs] Update running tempest via pod This patch updates the "Run tempest in a pod" section. This change makes sure that the tls certificate is properly mounted into the tempest pod. --- docs/source/samples/tempest-deployment.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/source/samples/tempest-deployment.yaml b/docs/source/samples/tempest-deployment.yaml index 81cbea45..c12bcb7f 100644 --- a/docs/source/samples/tempest-deployment.yaml +++ b/docs/source/samples/tempest-deployment.yaml @@ -30,6 +30,9 @@ spec: - name: tempest-config configMap: name: my-tempest-data + - name: certificate + secret: + secretName: combined-ca-bundle - name: pre-install emptyDir: {} containers: @@ -58,6 +61,9 @@ spec: - mountPath: "/etc/openstack/secure.yaml" name: cloud-passwd subPath: secure.yaml + - mountPath: "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem" + name: certificate + subPath: tls-ca-bundle.pem env: - name: OS_CLOUD valueFrom: