Skip to content

Commit

Permalink
fix: fix k8s example (#233)
Browse files Browse the repository at this point in the history
* fix: fix k8s example

* Update README.md

Co-authored-by: Charles Dubois <[email protected]>

---------

Co-authored-by: Charles Dubois <[email protected]>
  • Loading branch information
jhanbo and CharlesDuboisSAP authored Sep 10, 2024
1 parent afaffdc commit 6e9d214
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e9d214

Please sign in to comment.