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 \