File tree 3 files changed +17
-1
lines changed
3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: sophora-ugc-demo
3
3
description : A Helm chart for the UGC demo
4
4
type : application
5
5
6
- version : 0.1.2
6
+ version : 0.1.3
7
7
8
8
appVersion : ' latest'
9
9
Original file line number Diff line number Diff line change 42
42
key : {{ .Values.sophora.authentication.secret.passwordKey }}
43
43
name : {{ .Values.sophora.authentication.secret.name }}
44
44
optional : false
45
+ - name : SUBMISSIONS_S3_ACCESSKEYID
46
+ valueFrom :
47
+ secretKeyRef :
48
+ key : {{ .Values.sophora.authentication.s3bucket.accessKeyId }}
49
+ name : {{ .Values.sophora.authentication.s3bucket.name }}
50
+ optional : false
51
+ - name : SUBMISSIONS_S3_SECRETACCESSKEY
52
+ valueFrom :
53
+ secretKeyRef :
54
+ key : {{ .Values.sophora.authentication.s3bucket.secretIdKey }}
55
+ name : {{ .Values.sophora.authentication.s3bucket.name }}
56
+ optional : false
45
57
command : [ "/bin/sh" ]
46
58
args :
47
59
- " -c"
Original file line number Diff line number Diff line change @@ -40,6 +40,10 @@ sophora:
40
40
name : secret-name
41
41
usernameKey : username
42
42
passwordKey : password
43
+ s3bucket :
44
+ name : s3bucket-secret
45
+ accessKeyId : s3bucket-access-key
46
+ secretIdKey : s3bucket-secret-id
43
47
44
48
# Additional environment variables can be defined here
45
49
env :
You can’t perform that action at this time.
0 commit comments