Skip to content

Commit

Permalink
`Update app/_src/gateway-operator/guides/plugin-distribution.md
Browse files Browse the repository at this point in the history
Co-authored-by: lena-larionova <[email protected]>
  • Loading branch information
programmer04 and lena-larionova authored Oct 29, 2024
1 parent d21dc57 commit 410675d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/_src/gateway-operator/guides/plugin-distribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ title: Kong custom plugin distribution with KongPluginInstallation
> The `KongPluginInstallation` resource creates a `ConfigMap` with the plugin content. Additional `ConfigMap`s are created when a plugin is referenced by other resources. The operator automatically manages the lifecycle of all these `ConfigMap`s.
4. Make the plugin available in a `Gateway` resource by referencing it in the `spec.pluginsToInstall` field of the `GatewayConfiguration` resource.
Plugins can be referenced cross-namespace without any additional configuration.
Plugins can be referenced across namespaces without any additional configuration.

```yaml
echo '
Expand Down

0 comments on commit 410675d

Please sign in to comment.