fix(argo-workflows): Changed default .Values.artifactRepository.s3.insecure to false for security (#1401)
Signed-off-by: yu-croco <yu.croco@gmail.com>
This commit is contained in:
parent
1a5a22b774
commit
fce51dfec3
2 changed files with 4 additions and 3 deletions
|
|
@ -502,7 +502,8 @@ artifactRepository:
|
|||
secretKeySecret:
|
||||
# name: <releaseName>-minio
|
||||
key: secretkey
|
||||
insecure: true
|
||||
# insecure will disable TLS. Primarily used for minio installs not configured with TLS
|
||||
insecure: false
|
||||
# bucket:
|
||||
# endpoint:
|
||||
# region:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue