Skip to content

Commit

Permalink
chore: update chart log values to allow templating
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed May 21, 2024
1 parent 613df5a commit 3d07b27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ spec:
- /app/config-db
args:
- operator
{{- if .Values.logLevel }}
- {{ .Values.logLevel }}
{{- if (tpl .Values.logLevel .)}}
- {{ tpl .Values.logLevel . }}
{{- end }}
- --disable-postgrest={{ .Values.disablePostgrest }}
- --change-retention-days={{ .Values.configChangeRetentionDays }}
Expand Down

0 comments on commit 3d07b27

Please sign in to comment.