Skip to content

Commit

Permalink
fix: quote for ARTIFACT_PULL_ASYNC_FLUSH_DURATION
Browse files Browse the repository at this point in the history
Signed-off-by: Shengwen Yu <[email protected]>
  • Loading branch information
Shengwen Yu committed Nov 30, 2023
1 parent 8ad8e88 commit f0c6654
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 @@ -69,8 +69,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 f0c6654

Please sign in to comment.