From 6680f8beff9903668beda4f8e7d19cb10f021cf0 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 8 Jul 2024 19:40:33 +0000 Subject: [PATCH] Automated documentation update [skip ci] --- src/operator-sdk/README.md | 2 +- src/postgresql-client/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/operator-sdk/README.md b/src/operator-sdk/README.md index b1091d942..c3985c9af 100644 --- a/src/operator-sdk/README.md +++ b/src/operator-sdk/README.md @@ -1,7 +1,7 @@ # OperatorSDK (operator-sdk) -A feature adding [operator-sdk](https://sdk.operatorframework.io/), a component of the [Operator Framework](https://github.com/operator-framework), an open source toolkit to manage kubernetes operators. +The Operator SDK provides the tools to build, test, and package Operators. ## Example Usage diff --git a/src/postgresql-client/README.md b/src/postgresql-client/README.md index f1d5911fa..c089377ba 100644 --- a/src/postgresql-client/README.md +++ b/src/postgresql-client/README.md @@ -1,7 +1,7 @@ # PostgreSQL Client (postgresql-client) -A feature adding the postgrsql client cli +PostgreSQL is a powerful, open source object-relational database system that uses and extends the SQL language combined with many features that safely store and scale the most complicated data workloads. ## Example Usage