Skip to content

Commit

Permalink
📝 Fix typo in gateway-vald configmap template (#919)
Browse files Browse the repository at this point in the history
  • Loading branch information
rinx authored Jan 13, 2021
1 parent f5f3ef6 commit a737108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/vald/templates/gateway/vald/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ data:
expired_cache_check_duration: {{ $gateway.gateway_config.meta.expired_cache_check_duration }}
backup:
client:
{{- $compressorClient := $gateway.gateway_config.backup_client }}
{{- $compressorClient := $gateway.gateway_config.backup.client }}
{{- $compressorServerPort := $backup.server_config.servers.grpc.port }}
{{- $defaultCompressorHost := printf "%s.%s.svc.cluster.local" $backup.name .Release.Namespace }}
{{- $defaultCompressorPort := default .Values.defaults.server_config.servers.grpc.port $compressorServerPort }}
Expand Down

0 comments on commit a737108

Please sign in to comment.