We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa57564 commit 547affcCopy full SHA for 547affc
charts/ctrlplane/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: ctrlplane
3
description: Ctrlplane Helm chart for Kubernetes
4
type: application
5
-version: 0.1.12
+version: 0.1.13
6
appVersion: "1.16.0"
7
8
maintainers:
charts/ctrlplane/templates/_redis.tpl
@@ -1,3 +1,3 @@
1
{{- define "ctrlplane.redisUrl" -}}
-{{- printf "postgresql://:%s@%s:%d" .Values.global.redis.password .Values.global.redis.host .Values.global.redis.porte -}}
+{{- printf "redis://:%s@%s:%d" .Values.global.redis.password .Values.global.redis.host .Values.global.redis.port -}}
{{- end -}}
0 commit comments