Skip to content

Commit

Permalink
Add missing CONFIG_OVERWRITE_JSON value
Browse files Browse the repository at this point in the history
Signed-off-by: Joan Miquel Luque Oliver <[email protected]>
  • Loading branch information
xoanmi committed Sep 15, 2023
1 parent 1a4fc1a commit ad59630
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@ app: "{{ template "harbor.name" . }}"
{{- $secret := (lookup "v1" "Secret" .Release.Namespace (include "harbor.core" .) ) -}}
{{- if $secret -}}
{{/* Reusing existing secret data */}}
CONFIG_OVERWRITE_JSON: {{ index $secret "data" "CONFIG_OVERWRITE_JSON" }}
CSRF_KEY: {{ index $secret "data" "CSRF_KEY" }}
{{- if not .Values.existingSecretAdminPassword }}
HARBOR_ADMIN_PASSWORD: {{ index $secret "data" "HARBOR_ADMIN_PASSWORD" }}
Expand Down

0 comments on commit ad59630

Please sign in to comment.