Skip to content

Commit

Permalink
added kongpluginbinding sample
Browse files Browse the repository at this point in the history
Signed-off-by: Mattia Lavacca <[email protected]>
  • Loading branch information
mlavacca committed Jul 25, 2024
1 parent aa710cf commit a5f0e51
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Empty file removed config/samples/.gitignore
Empty file.
15 changes: 15 additions & 0 deletions config/samples/kongpluginbinding.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
apiVersion: configuration.konghq.com/v1alpha1
kind: KongPluginBinding
metadata:
generation: 1
name: sample-1
spec:
pluginRef:
name: plugin-sample
kong:
consumerRef:
name: consumer-sample
serviceRef:
name: service-sample
routeRef:
name: route-sample

0 comments on commit a5f0e51

Please sign in to comment.