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" {