- OPA Gatekeeper provides first-class integration between OPA (Open Policy Agent) and Kubernetes. For more information, visit the OPA documentation. -
-diff --git a/assets/styles/base/_typography.scss b/assets/styles/base/_typography.scss index 8a4b8f4b14..466952da3d 100644 --- a/assets/styles/base/_typography.scss +++ b/assets/styles/base/_typography.scss @@ -46,3 +46,11 @@ P { letter-spacing: 0em; margin: 0; } + +MAIN { + UL { + LI { + margin-bottom: 1.4em; + } + } +} \ No newline at end of file diff --git a/components/GatekeeperConfig.vue b/components/GatekeeperConfig.vue index c14ea38728..13c8cb8cd5 100644 --- a/components/GatekeeperConfig.vue +++ b/components/GatekeeperConfig.vue @@ -371,16 +371,35 @@ export default {
- OPA Gatekeeper provides first-class integration between OPA (Open Policy Agent) and Kubernetes. For more information, visit the OPA documentation. -
-