From ca2b48ad83bf5f849acb8ddfe6723d8cfd276e58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Guilherme=20Vanz?= Date: Mon, 31 Jul 2023 17:12:28 -0300 Subject: [PATCH] fix: formats README using Prettier. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update the README file formatting the style using the Prettier tool. Signed-off-by: José Guilherme Vanz --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 77dedc8d..e6625ead 100644 --- a/README.md +++ b/README.md @@ -51,14 +51,14 @@ spec: apiVersions: ["v1"] resources: ["pods"] operations: - - CREATE - - UPDATE + - CREATE + - UPDATE mutating: true settings: allowed_capabilities: - - CHOWN + - CHOWN required_drop_capabilities: - - NET_ADMIN + - NET_ADMIN ``` This `ClusterAdmissionPolicy` will evaluate all the `CREATE` and @@ -104,12 +104,11 @@ See our [governance document](https://github.com/kubewarden/rfc/blob/main/rfc/00 We host regular online meetings for contributors, adopters, maintainers, and anyone else interested to connect in a synchronous fashion. These meetings usually take place on second Thursday of the month at 4PM UTC. -* [Zoom link](https://zoom.us/j/92928111886) -* [Minutes from previous meetings](https://docs.google.com/document/d/1TgPIFKygkR2_vViCSfBEzwDDactfTcedc9fc4AeVJ9w/edit#) +- [Zoom link](https://zoom.us/j/92928111886) +- [Minutes from previous meetings](https://docs.google.com/document/d/1TgPIFKygkR2_vViCSfBEzwDDactfTcedc9fc4AeVJ9w/edit#) We're a friendly group, so please feel free to join us! # Community - Slack: [#kubewarden](https://kubernetes.slack.com/archives/kubewarden) and [#kubewarden-dev](https://kubernetes.slack.com/archives/kubewarden-dev) -