update service annotation key for redis
Signed-off-by: arunkumar.anandhan <arunkumar.anandhan@niceincontact.com>
This commit is contained in:
parent
49e65ec16e
commit
17e0a95bce
2 changed files with 5 additions and 4 deletions
|
@ -6,7 +6,7 @@ metadata:
|
|||
name: {{ template "argo-cd.redis.fullname" . }}
|
||||
labels:
|
||||
{{- include "argo-cd.labels" (dict "context" . "component" .Values.redis.name "name" .Values.redis.name) | nindent 4 }}
|
||||
{{- with .Values.redis.serviceAnnotations }}
|
||||
{{- with .Values.redis.service.annotations }}
|
||||
annotations:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
|
|
|
@ -365,6 +365,10 @@ redis:
|
|||
enabled: true
|
||||
name: redis
|
||||
|
||||
# Annotations to be added to the provisioned service resource
|
||||
service:
|
||||
annotations: {}
|
||||
|
||||
image:
|
||||
repository: redis
|
||||
tag: 6.2.4-alpine
|
||||
|
@ -395,9 +399,6 @@ redis:
|
|||
##
|
||||
podAnnotations: {}
|
||||
|
||||
# Annotations to be added to the provisioned service resource
|
||||
serviceAnnotations: {}
|
||||
|
||||
## Labels to be added to the Redis server pods
|
||||
##
|
||||
podLabels: {}
|
||||
|
|
Loading…
Reference in a new issue