diff --git a/values/harbor/harbor.gotmpl b/values/harbor/harbor.gotmpl index 8b0a29f691..11c71d7d1d 100644 --- a/values/harbor/harbor.gotmpl +++ b/values/harbor/harbor.gotmpl @@ -6,7 +6,8 @@ {{- $harborSecretName := ($harborDomain | replace "." "-") }} {{- $notarySecretName := ($notaryDomain | replace "." "-") }} {{- $externalUrl := printf "https://%s" $harborDomain }} -logLevel: debug + # logLevel - debug, info, warning, error or fatal +logLevel: info nameOverride: harbor fullnameOverride: harbor notary: @@ -111,9 +112,6 @@ persistence: {{ $imageChartStorageType := $hp.imageChartStorage | get "type" "filesystem" }} type: {{ $imageChartStorageType }} {{ $imageChartStorageType }}: {{- toYaml ($hp.imageChartStorage | get $imageChartStorageType dict) | nindent 6 }} - - # debug, info, warning, error or fatal -logLevel: info # The initial password of Harbor admin. Change it from portal after launching Harbor harborAdminPassword: '{{ $h | get "adminPassword" "bladibla" }}'