diff --git a/content/post/kubedb-v2025.02.19/index.md b/content/post/kubedb-v2025.02.19/index.md index 20c50e35..9428e70c 100644 --- a/content/post/kubedb-v2025.02.19/index.md +++ b/content/post/kubedb-v2025.02.19/index.md @@ -139,7 +139,7 @@ In this release new version 8.0.40 and 8.4.3 added. ### SecurityContext -In this release we fixed the security-context issue. You can deploy **pgbouncer** in kubedb using this yaml: +In this release we fixed the security-context issue. You can deploy **Pgbouncer** in kubedb using this yaml: ```yaml apiVersion: kubedb.com/v1 kind: PgBouncer @@ -174,7 +174,7 @@ spec: ``` ### ReconfigureTLS -To configure TLS with an opsrequest in **pgbouncer** we have added **ReconfigureTLS**. To add TLS in **pgbouncer** you can simply deploy a yaml. +To configure TLS with an **PgBouncerOpsRequest** in **Pgbouncer** we have added **ReconfigureTLS**. To add TLS in **Pgbouncer** you can simply deploy a yaml. ```yaml apiVersion: ops.kubedb.com/v1alpha1 kind: PgBouncerOpsRequest @@ -203,7 +203,7 @@ spec: ``` ### RotateAuth -To modify the `admin_user` in **pgbouncer** you can use **RotateAuth**. This **OpsRequest** will update the admin user name or password. +To modify the `admin_user` in **Pgbouncer** you can use **RotateAuth**. This **PgBouncerOpsRequest** will update the admin user name or password. ```yaml apiVersion: ops.kubedb.com/v1alpha1 @@ -253,7 +253,7 @@ Or, if you have a pgbouncer instance running, you can use UpdateVersion opsreque In this Release we have added a **PgpoolOpsRequest** ### RotateAuth -To update the pcp user in **pgpool** you can use **RotateAuth**. This Opsrequest will update the pcp user name or password. +To update the pcp user in **Pgpool** you can use **RotateAuth**. This **PgpoolOpsRequest** will update the pcp user name or password. ```yaml apiVersion: ops.kubedb.com/v1alpha1 kind: PgpoolOpsRequest @@ -269,8 +269,8 @@ spec: name: new-authsecret ``` -### bug-fix -- Fixes RemoveCustomConfig and configuration merging order. +### Bug Fix +- Fixes removeCustomConfig and configuration merging order. ### Feature Improvements - Introduced Pgpool reload instead of pod restart while performing reconfiguration. @@ -380,7 +380,7 @@ Replica Role Labeling: ## Solr -Internal zookeeper has been configured for solr. Now, we don’t need to mention zookeeper reference to deploy solr. +Internal **Zookeeper** has been configured for **Solr**. Now, we don’t need to mention **Zookeeper** reference to deploy solr. ```yaml apiVersion: kubedb.com/v1alpha2