Skip to content

Commit

Permalink
Add S3-like Self-signed Storage Backend support for Chart Museum
Browse files Browse the repository at this point in the history
Signed-off-by: Cong Ha Minh <[email protected]>
  • Loading branch information
haminhcong committed Jun 16, 2022
1 parent 3bb3ee7 commit 4553bd7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/chartmuseum/chartmuseum-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ data:
{{- if $storage.s3.regionendpoint }}
STORAGE_AMAZON_ENDPOINT: {{ $storage.s3.regionendpoint }}
{{- end }}
{{- if $storage.s3.skipverify }}
AWS_INSECURE_SKIP_VERIFY: "true"
{{- end }}
{{- if and (not $storage.s3.existingSecret) ($storage.s3.accesskey) }}
AWS_ACCESS_KEY_ID: {{ $storage.s3.accesskey }}
{{- end }}
Expand Down

0 comments on commit 4553bd7

Please sign in to comment.