From aaeca009c2d0cda5e239ba26617bcb1cb453a5a3 Mon Sep 17 00:00:00 2001 From: Kevin Fox Date: Wed, 8 Nov 2023 04:50:05 -0800 Subject: [PATCH] Fix tests after renaming files Signed-off-by: Kevin Fox --- examples/production/run-tests.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/production/run-tests.sh b/examples/production/run-tests.sh index 5ad1764..5ef92b6 100755 --- a/examples/production/run-tests.sh +++ b/examples/production/run-tests.sh @@ -112,9 +112,9 @@ install_and_test() { "${helm_install[@]}" spire "$1" \ --namespace "${ns}" \ --values "${SCRIPTPATH}/values.yaml" \ - --values "${SCRIPTPATH}/values-export-spiffe-oidc-discovery-provider-ingress-nginx.yaml" \ - --values "${SCRIPTPATH}/values-export-spire-server-ingress-nginx.yaml" \ - --values "${SCRIPTPATH}/values-export-federation-https-web-ingress-nginx.yaml" \ + --values "${SCRIPTPATH}/values-expose-spiffe-oidc-discovery-provider-ingress-nginx.yaml" \ + --values "${SCRIPTPATH}/values-expose-spire-server-ingress-nginx.yaml" \ + --values "${SCRIPTPATH}/values-expose-federation-https-web-ingress-nginx.yaml" \ --values /tmp/dummydns \ --set spiffe-oidc-discovery-provider.tests.tls.customCA=tls-cert,spire-server.tests.tls.customCA=tls-cert \ --set spire-agent.server.address=spire-server.production.other,spire-agent.server.port=443 \