Skip to content

Commit

Permalink
Merge pull request #1577 from FabianKramm/main
Browse files Browse the repository at this point in the history
docs: improve plugin example
  • Loading branch information
FabianKramm authored Mar 4, 2024
2 parents fa80242 + 794c526 commit 0c001e9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/pages/advanced-topics/plugins-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,11 @@ plugin:
# Version v2 is required to use the new plugin api
version: v2
image: plugin-image
# Other optional sidecar values below
# command: ...
# env: ...
# Specify config that can be parsed within the plugin
#config:
# myKey: myValue
# myConfigObj:
# otherKey: otherValue
# Configure Extra RBAC Rules like this
#rbac:
# role:
Expand Down

0 comments on commit 0c001e9

Please sign in to comment.