mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-19 10:06:18 +10:00
[bitnami/redis-cluster] Possibility to use targetPod on labels and annotations at externalAccess (#7635)
* possibility to use targetPod on labels and annotations at externalAccess * bump redis-cluster chart version
This commit is contained in:
@@ -23,4 +23,4 @@ name: redis-cluster
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-redis
|
||||
- http://redis.io/
|
||||
version: 6.3.7
|
||||
version: 6.3.8
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
|
||||
{{- range $i, $e := until $nodesCount }}
|
||||
{{- $targetPod := printf "%s-%d" (printf "%s" $fullName) $i }}
|
||||
{{- $_ := set $ "targetPod" $targetPod }}
|
||||
|
||||
---
|
||||
apiVersion: v1
|
||||
|
||||
Reference in New Issue
Block a user