Skip to content

Commit

Permalink
Fixed Charts
Browse files Browse the repository at this point in the history
  • Loading branch information
mankrit-singh committed May 2, 2024
1 parent 64a24c6 commit 069f65a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion templates/_common.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ just set the value of .Values.harness.configMap.argocd.redisSvc
{{- if .Values.agent.highAvailability -}}
{{- .Values.harness.configMap.argocd.redisHaProxySvc -}}
{{- else -}}
{{- .Values.harness.configMap.argocd.redisHaSvc -}}
{{- .Values.harness.configMap.argocd.redis -}}
{{- end -}}
{{- end -}}
{{- end -}}
2 changes: 0 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,6 @@ harness:

repoServerSvc: ""
redisSvc: ""
# -- this is only used for the redis server
redisHaSvc: "argocd-redis-ha"
redisHaProxySvc: "argocd-redis-ha-haproxy"

secrets:
Expand Down

0 comments on commit 069f65a

Please sign in to comment.