File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ type: application
8
8
# This is the chart version. This version number should be incremented each time you make changes
9
9
# to the chart and its templates, including the app version.
10
10
# Versions are expected to follow Semantic Versioning (https://semver.org/)
11
- version : 1.0.2
11
+ version : 1.0.3
12
12
13
13
# This is the version number of the application being deployed. This version number should be
14
14
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -49,12 +49,12 @@ spec:
49
49
valueFrom :
50
50
secretKeyRef :
51
51
name : {{ .Values.minio.auth.existingSecret }}
52
- key : root-password
52
+ key : root-user
53
53
- name : AWS_SECRET_ACCESS_KEY
54
54
valueFrom :
55
55
secretKeyRef :
56
56
name : {{ .Values.minio.auth.existingSecret }}
57
- key : root-user
57
+ key : root-password
58
58
{{- else }}
59
59
- name : AWS_ACCESS_KEY_ID
60
60
value : " {{ .Values.minio.auth.rootUser }}"
You can’t perform that action at this time.
0 commit comments