Skip to content

Commit

Permalink
fix: remove redundant harbor logLevel (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeho authored Nov 5, 2020
1 parent 3ec5140 commit 7c4077d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions values/harbor/harbor.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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" }}'
Expand Down

0 comments on commit 7c4077d

Please sign in to comment.