Skip to content

Commit

Permalink
Update Readme for credentials (#8)
Browse files Browse the repository at this point in the history
* document pod annotations

* update sidecar secret example

* use a more general name for the secret
  • Loading branch information
jrich523 authored Jul 3, 2024
1 parent 39f6ca9 commit d54ada4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ sidecarId: ""
forwardProxy:
clientId: ""
clientSecret: ""
secretName: sidecar-secret
secretKeyName: credentials.json
service:
enabled: true
Expand Down Expand Up @@ -105,6 +107,8 @@ sidecarId: ""
forwardProxy:
clientId: ""
clientSecret: ""
secretName: sidecar-secret
secretKeyName: credentials.json

# Sets the node and inter-pod affinities so pods won't run
# in the same node.
Expand Down

0 comments on commit d54ada4

Please sign in to comment.