From 0e68a34e6d071ee6928956cdd71646ea5225f4f5 Mon Sep 17 00:00:00 2001 From: Adrien Beaudouin Date: Sat, 9 Sep 2023 17:57:57 +0200 Subject: [PATCH] redis --- content/posts/16-a-beautiful-gitops-day-6/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/16-a-beautiful-gitops-day-6/index.md b/content/posts/16-a-beautiful-gitops-day-6/index.md index 7cc6ba1..2c7cd88 100644 --- a/content/posts/16-a-beautiful-gitops-day-6/index.md +++ b/content/posts/16-a-beautiful-gitops-day-6/index.md @@ -62,7 +62,7 @@ Then the Helm chart itself: ```tf locals { - redis_connection = "redis+cluster://:${urlencode(var.redis_password)}@redis-cluster.redis:6379/0" + redis_connection = "redis://:${urlencode(var.redis_password)}@redis.redis:6379/0" } resource "kubernetes_namespace_v1" "gitea" {