Skip to content

Commit 434743e

Browse files
gep-713: correct label value (#2660)
* gep-713: correct label value The value should be the policy type, not `true`. Signed-off-by: spacewander <[email protected]> * Update geps/gep-713.md Co-authored-by: Rob Scott <[email protected]> --------- Co-authored-by: Rob Scott <[email protected]>
1 parent 052e0d1 commit 434743e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

geps/gep-713.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1253,8 +1253,8 @@ will be capable of describing the computed sum of policy that applies to a given
12531253
resource, including policies applied to parent resources.
12541254

12551255
Each Policy CRD that wants to be supported by this plugin will need to follow
1256-
the API structure defined above and add a `gateway.networking.k8s.io/policy: true`
1257-
label to the CRD.
1256+
the API structure defined above and add the [corresponding label](https://gateway-api.sigs.k8s.io/geps/gep-713/#standard-label-on-crd-objects)
1257+
to the CRD.
12581258

12591259
### Conditions
12601260

0 commit comments

Comments
 (0)