Skip to content

Commit c982ac2

Browse files
authored
Merge pull request #740 from ywk253100/200921_skip
[cherry-pick]s3 storage allow to skip verify
2 parents 6e9edad + 27a9b27 commit c982ac2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

templates/registry/registry-cm.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ data:
5959
{{- if $storage.s3.secure }}
6060
secure: {{ $storage.s3.secure }}
6161
{{- end }}
62+
{{- if and $storage.s3.secure $storage.s3.skipverify }}
63+
skipverify: {{ $storage.s3.skipverify }}
64+
{{- end }}
6265
{{- if $storage.s3.v4auth }}
6366
v4auth: {{ $storage.s3.v4auth }}
6467
{{- end }}

values.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ persistence:
281281
#encrypt: false
282282
#keyid: mykeyid
283283
#secure: true
284+
#skipverify: false
284285
#v4auth: true
285286
#chunksize: "5242880"
286287
#rootdirectory: /s3/object/name/prefix

0 commit comments

Comments
 (0)