Skip to content

Commit

Permalink
Merge pull request #22 from dasmeta/DMVP-6480
Browse files Browse the repository at this point in the history
fix(main): SQLProxy
  • Loading branch information
aghamyan44 authored Jan 21, 2025
2 parents af576e0 + 6f58efa commit 98a41aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/proxysql/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resource "helm_release" "proxysql" {
name = var.name
chart = "christianhuth/proxysql"
repository = "proxysql"
chart = "proxysql"
repository = "https://charts.christianhuth.de"
namespace = var.namespace

values = [
Expand Down

0 comments on commit 98a41aa

Please sign in to comment.