File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apiVersion : v1
22name : mlrun-ce
3- version : 0.11.0-rc.24
3+ version : 0.11.0-rc.25
44description : MLRun Open Source Stack
55home : https://iguazio.com
66icon : https://www.iguazio.com/wp-content/uploads/2019/10/Iguazio-Logo.png
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ SeaweedFS Admin UI is available at:
8181{{ .Values.global.externalHostAddress }}:{{ .Values.seaweedfs.adminService.nodePort | default 30093 }}
8282{{- end }}
8383{{- end }}
84- - S3 credentials: minio / minio123
84+ - S3 credentials: {{ .Values.s3.accessKey }} / {{ .Values.s3.secretKey }}
8585{{- end }}
8686{{- end }}
8787
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ global:
2626# to access the S3-compatible storage backend (SeaweedFS)
2727# =============================================================================
2828s3 :
29- accessKey : " minio "
30- secretKey : " minio123 "
29+ accessKey : " seaweed "
30+ secretKey : " seaweed123 "
3131 bucket : " mlrun"
3232
3333nuclio :
@@ -365,8 +365,8 @@ seaweedfs:
365365 enabled : true # Default is false
366366 port : 23646
367367 secret :
368- adminUser : " minio "
369- adminPassword : " minio123 "
368+ adminUser : " seaweed "
369+ adminPassword : " seaweed123 "
370370 dataDir : " /data"
371371 # Storage: use PVC instead of default emptyDir
372372 data :
You can’t perform that action at this time.
0 commit comments