Skip to content

Commit

Permalink
fix quote for ARTIFACT_PULL_ASYNC_FLUSH_DURATION
Browse files Browse the repository at this point in the history
fixes #1642

Signed-off-by: Kirill Ilin <[email protected]>
  • Loading branch information
sircthulhu committed Nov 21, 2023
1 parent 626d8e3 commit 16fc2a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/core/core-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ data:
{{- end }}
{{- template "harbor.traceEnvsForCore" . }}

{{- if .Values.core.artifactPullAsyncFlushDuration | quote }}
ARTIFACT_PULL_ASYNC_FLUSH_DURATION: {{ .Values.core.artifactPullAsyncFlushDuration }}
{{- if .Values.core.artifactPullAsyncFlushDuration }}
ARTIFACT_PULL_ASYNC_FLUSH_DURATION: {{ .Values.core.artifactPullAsyncFlushDuration | quote }}
{{- end }}

{{- if .Values.core.gdpr}}
Expand Down

0 comments on commit 16fc2a6

Please sign in to comment.