You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor project description in README and Chart.yaml.template for clarity
- Updated README.md to remove outdated badge and enhance project description.
- Modified Chart.yaml.template to provide a more accurate description of the go-sql-proxy project.
Copy file name to clipboardExpand all lines: README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,6 @@
6
6
7
7
This project implements a SQL proxy server in Golang that acts as an intermediary between a client and a MySQL server. The proxy server can handle protocol decoding and data transfer while measuring and updating metrics for monitoring purposes.
8
8
9
-
[](https://github.com/SupportTools/go-sql-proxy/actions/workflows/build-and-publish.yml)
Copy file name to clipboardExpand all lines: charts/go-sql-proxy/Chart.yaml.template
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ apiVersion: v1
2
2
name: go-sql-proxy
3
3
version: ${CHART_VERSION}
4
4
appVersion: ${APP_VERSION}
5
-
description: go-sql-proxy is a tool for backing up the configuration files in a Kubernetes cluster and uploading them to a S3 bucket.
5
+
description: This project implements a SQL proxy server in Golang that acts as an intermediary between a client and a MySQL server. The proxy server can handle protocol decoding and data transfer while measuring and updating metrics for monitoring purposes.
0 commit comments