Skip to content

Commit

Permalink
fix folder name for proxysql docs
Browse files Browse the repository at this point in the history
Signed-off-by: TasdidurRahman <[email protected]>
  • Loading branch information
TasdidurRahman committed Dec 12, 2022
1 parent c393875 commit fb14990
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/guides/proxysql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ aliases:
- [Overview of KubeDB ProxySQL CRD](/docs/guides/proxysql/concepts/proxysql/index.md)
- [Configure KubeDB ProxySQL for MySQL Group Replication](/docs/guides/proxysql/quickstart/mysqlgrp/index.md)
- [Deploy ProxySQL cluster with KubeDB](/docs/guides/proxysql/clustering/proxysql-cluster/index.md)
- [Initialize KubeDB ProxySQL with declarative configuration](/docs/guides/proxysql/concepts/declarativeConfiguration/index.md)
- [Initialize KubeDB ProxySQL with declarative configuration](/docs/guides/proxysql/concepts/declarative-configuration/index.md)
- [Reconfigure KubeDB ProxySQL with ops-request](/docs/guides/proxysql/concepts/opsrequest/index.md)
- [Deploy TLS/SSL secured KubeDB ProxySQL](/docs/guides/proxysql/tls/configure/index.md)
- [Reconfigure TLS/SSL for KubeDB ProxySQL](/docs/guides/proxysql/reconfigure-tls/cluster/index.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: ProxySQL Declarative Configuration
menu:
docs_{{ .version }}:
identifier: guides-proxysql-concepts-declarativeconfiguration
identifier: guides-proxysql-concepts-declarative-configuration
name: Declarative Configuration
parent: guides-proxysql-concepts
weight: 12
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/proxysql/concepts/proxysql/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ ProxySQL managed by KubeDB can be monitored with builtin-Prometheus and Promethe

`.spec.initConfig.adminVariables` section carries all the `admin_variables` info that you want to set for the proxysql. You need to mention the variables you want to set with its value in a key-value format under this section and the KubeDB operator will bootstrap the proxysql with this.

Checkout this [link](/docs/guides/proxysql/concepts/declarativeConfiguration/index.md) for detailed overview on declarative configuration.
Checkout this [link](/docs/guides/proxysql/concepts/declarative-configuration/index.md) for detailed overview on declarative configuration.

### .spec.configSecret

Expand Down

0 comments on commit fb14990

Please sign in to comment.