From 6e9d214f6ecf16cbf0a50cad17bf79e1f5fb0a84 Mon Sep 17 00:00:00 2001 From: jhanbo Date: Tue, 10 Sep 2024 15:59:10 +0200 Subject: [PATCH] fix: fix k8s example (#233) * fix: fix k8s example * Update README.md Co-authored-by: Charles Dubois <103174266+CharlesDuboisSAP@users.noreply.github.com> --------- Co-authored-by: Charles Dubois <103174266+CharlesDuboisSAP@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b45569..c1cddda 100644 --- a/README.md +++ b/README.md @@ -204,8 +204,8 @@ spec: - name: http containerPort: 8080 volumeMounts: - - name: xsuaa - mountPath: "/bindings/authn" + - name: authn + mountPath: "/bindings/auth" readOnly: true volumes: - name: authn