Remove unneeded default value
This commit is contained in:
parent
99678b121e
commit
f0eaaacf8b
1 changed files with 0 additions and 3 deletions
|
@ -323,9 +323,6 @@ https
|
|||
{{- if not (hasKey .Values.gitea.config.metrics "ENABLED") -}}
|
||||
{{- $_ := set .Values.gitea.config.metrics "ENABLED" .Values.gitea.metrics.enabled -}}
|
||||
{{- end -}}
|
||||
{{- if not (hasKey .Values.gitea.config.actions "ENABLED") -}}
|
||||
{{- $_ := set .Values.gitea.config.actions "ENABLED" .Values.gitea.actions.enabled -}}
|
||||
{{- end -}}
|
||||
{{- /* redis queue */ -}}
|
||||
{{- if or ((index .Values "redis-cluster").enabled) ((index .Values "redis").enabled) -}}
|
||||
{{- $_ := set .Values.gitea.config.queue "TYPE" "redis" -}}
|
||||
|
|
Loading…
Reference in a new issue