From dc62b3414a749e104c634dc7e64497d1be82f9aa Mon Sep 17 00:00:00 2001 From: Mason Watson Date: Fri, 26 Apr 2024 14:34:17 -0700 Subject: [PATCH] rm redis ref --- helm/dev-tools/templates/named_templates/_redis.tpl | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 helm/dev-tools/templates/named_templates/_redis.tpl diff --git a/helm/dev-tools/templates/named_templates/_redis.tpl b/helm/dev-tools/templates/named_templates/_redis.tpl deleted file mode 100644 index 5c9e309d61..0000000000 --- a/helm/dev-tools/templates/named_templates/_redis.tpl +++ /dev/null @@ -1,13 +0,0 @@ -{{/* - For clients to connect to Redis -*/}} - -{{- define "vro.redisClient.envVars" -}} -- name: REDIS_PLACEHOLDERS_HOST - value: {{ .Values.global.hostnamePrefix }}-redis -- name: REDIS_PASSWORD - valueFrom: - secretKeyRef: - name: vro-redis - key: REDIS_CLIENTUSER_PASS -{{- end }}