Skip to content

Commit 93c20c6

Browse files
authored
Merge pull request #83 from spiffe/doc-ingress-patch
Fix the typo in the production ingress README
2 parents de8cbc8 + c662b0c commit 93c20c6

6 files changed

+4
-4
lines changed

examples/production/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If your using ingress-nginx and want to expose the spiffe oidc discovery provide
2020
cluster, add the following to the end of the helm upgrade example:
2121

2222
```shell
23-
-f values-export-spiffe-oidc-discovery-provider-ingress-nginx.yaml
23+
-f values-expose-spiffe-oidc-discovery-provider-ingress-nginx.yaml
2424
```
2525

2626
If you want to expose your spire-server outside of Kubernetes and are using ingress-nginx, add following values file when running `helm template/install/upgrade`.

examples/production/run-tests.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ install_and_test() {
112112
"${helm_install[@]}" spire "$1" \
113113
--namespace "${ns}" \
114114
--values "${SCRIPTPATH}/values.yaml" \
115-
--values "${SCRIPTPATH}/values-export-spiffe-oidc-discovery-provider-ingress-nginx.yaml" \
116-
--values "${SCRIPTPATH}/values-export-spire-server-ingress-nginx.yaml" \
117-
--values "${SCRIPTPATH}/values-export-federation-https-web-ingress-nginx.yaml" \
115+
--values "${SCRIPTPATH}/values-expose-spiffe-oidc-discovery-provider-ingress-nginx.yaml" \
116+
--values "${SCRIPTPATH}/values-expose-spire-server-ingress-nginx.yaml" \
117+
--values "${SCRIPTPATH}/values-expose-federation-https-web-ingress-nginx.yaml" \
118118
--values /tmp/dummydns \
119119
--set spiffe-oidc-discovery-provider.tests.tls.customCA=tls-cert,spire-server.tests.tls.customCA=tls-cert \
120120
--set spire-agent.server.address=spire-server.production.other,spire-agent.server.port=443 \
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)