Skip to content

Commit c15e89c

Browse files
committed
Update ClusterAgentInjector notes
1 parent 1cf5af9 commit c15e89c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/public/03-configuration-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,8 @@ spec:
278278
| spec.template | AgentInjector | Yes | | The default AgentInjector to apply to the namespaces selected by 'spec.namespaces' or 'spec.namespaceLabelSelector'. |
279279

280280
- For security, ClusterAgentInjector manifests must be deployed into the same namespace of the operator.
281-
- Secrets referenced by ClusterAgentInjector must exist in the same namespace in which the ClusterAgentInjector entity is deployed.
282-
- ClusterAgentInjector requires the ClusterAgentConfiguration and ClusterAgentConnection to be configured for the namespaces specified.
281+
- Secrets, AgentConnection, and AgentConfiguration referenced by ClusterAgentInjector must exist in the same namespace in which the ClusterAgentInjector entity is deployed.
282+
- ClusterAgentInjector will use the ClusterAgentConfiguration and ClusterAgentConnection that are configured for the namespaces specified, unless `spec.configuration.name` or `spec.connection.name` is specified.
283283
- **Will not** target any namespaces by default, they must be specified in `spec.namespaces` or `spec.namespaceLabelSelector`.
284284
- **Will not** target the `kube-system`, `kube-node-lease`, `kube-public`, `gatekeeper-system` namespaces.
285285

0 commit comments

Comments
 (0)