UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Verified Commit 291c402c authored by Tunde Oladipupo's avatar Tunde Oladipupo
Browse files

fix mermaid error

parent 6a91a9ee
No related branches found
No related tags found
1 merge request!1551Kyverno docs
This commit is part of merge request !1551. Comments created here will be created in the context of that merge request.
......@@ -9,7 +9,7 @@ Kyverno is a policy engine designed for Kubernetes, where policies are managed a
```mermaid
graph LR
subgraph "Kubernetes API Server"
Operator("AdmissionReview")
admissionReview("AdmissionReview")
Policy("Policy")
end
......@@ -18,7 +18,7 @@ graph LR
end
subgraph "Kyverno"
Operator("AdmissionReview") --> webhook("WebHook")
admissionReview("AdmissionReview") --> webhook("WebHook")
Policy("Policy") --> policyController{{PolicyController}}
generateController{{GenerateController}}
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment