Skip to content

Commit

Permalink
updating as per review
Browse files Browse the repository at this point in the history
  • Loading branch information
Ritikaa96 committed Nov 27, 2024
1 parent 764d023 commit 2d6eb06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keps/sig-auth/3257-cluster-trust-bundles/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ kind: ClusterTrustBundle
metadata:
name: example.com:server-tls:foo
labels:
k8s.example/cluster-trust-bundle-version: live
example.com/cluster-trust-bundle-version: live
spec:
signerName: example.com/server-tls
trustBundle: "<... PEM DATA ...>"
Expand Down Expand Up @@ -321,7 +321,7 @@ spec:
+ - clusterTrustBundle:
+ signerName: example.com/server-tls
+ labelSelector:
+ k8s.example/cluster-trust-bundle-version: live
+ example.com/cluster-trust-bundle-version: live
+ path: ca_certificates.pem
```

Expand Down

0 comments on commit 2d6eb06

Please sign in to comment.