Skip to content

Commit

Permalink
chore: typo-> .Value -> .Values
Browse files Browse the repository at this point in the history
  • Loading branch information
nemo83 committed May 7, 2024
1 parent 167b21e commit 71ba2b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
{{- end }}

## Postgres
{{- with .Value.aggregation.postgres }}
{{- with .Values.aggregation.postgres }}
- name: POSTGRES_HOST
{{- if .host }}
value: {{ .host }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ spec:
value: {{ .Values.blocks.commitThreshold | default "3000" | quote }}

## Postgres
{{- with .Value.indexer.postgres }}
{{- with .Values.indexer.postgres }}
- name: POSTGRES_HOST
{{- if .host }}
value: {{ .host }}
Expand Down

0 comments on commit 71ba2b6

Please sign in to comment.