Skip to content

Commit 2027572

Browse files
committed
attempt to fix linter
1 parent b044bdf commit 2027572

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/modules/opa/pages/reference/discovery.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131

3232
Currently, three discovery ConfigMaps are provided.
3333

34-
=== (DEPRECATED) Internal Traffic Policy `Local`
34+
=== (DEPRECATED) Internal Traffic Policy `Local`
3535

3636
The discovery ConfigMap `{namespace}/{clusterName}` contains the following fields where `{clusterName}` represents the name and `{namespace}` the namespace of the cluster.
3737
This is deprecated and only kept for backwards compatibitliy. Users are adviced to switch to `{namespace}/{clusterName}-local`, which is the identical replacement.
@@ -51,7 +51,7 @@ In order to query policies you have to configure your product and its OPA URL as
5151
http://{clusterName}.{namespace}.svc.cluster.local:8081/v1/data/{packageName}/{policyName}
5252
====
5353

54-
=== Internal Traffic Policy `Local`
54+
=== Internal Traffic Policy `Local`
5555

5656
The discovery ConfigMap `{namespace}/{clusterName}-local` contains the following fields where `{clusterName}-local` represents the name and `{namespace}` the namespace of the cluster.
5757
Using this discovery service, requests from one Node will always reach the OPA Pod on the same Node. This allows for low latency authorization queriers.
@@ -71,7 +71,7 @@ In order to query policies you have to configure your product and its OPA URL as
7171
http://{clusterName}-local.{namespace}.svc.cluster.local:8081/v1/data/{packageName}/{policyName}
7272
====
7373

74-
=== Internal Traffic Policy `Cluster`
74+
=== Internal Traffic Policy `Cluster`
7575

7676
The discovery ConfigMap `{namespace}/{clusterName}-cluster` contains the following fields where `{clusterName}-cluster` represents the name and `{namespace}` the namespace of the cluster.
7777
Using this discovery service, requests to OPA are distributed over all available OPA Pods, improving parallelism when evaluating policies but slightly increasing the latency of each single query

0 commit comments

Comments
 (0)