Skip to content

Commit

Permalink
Merge pull request #80 from mlavacca/kong-plugins-fix
Browse files Browse the repository at this point in the history
fix: version removed from plugin group
  • Loading branch information
k8s-ci-robot authored Oct 24, 2023
2 parents b2b165e + 1d5e61d commit a91fae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/i2gw/providers/kong/plugins.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
)

const (
kongPluginGroup gatewayv1beta1.Group = "configuration.konghq.com/v1"
kongPluginGroup gatewayv1beta1.Group = "configuration.konghq.com"
kongPluginKind gatewayv1beta1.Kind = "KongPlugin"
)

Expand Down

0 comments on commit a91fae7

Please sign in to comment.