Skip to content

Commit 5d91907

Browse files
committed
Merge branch 'main' of github.com:ncsa/charts
2 parents 8e32db7 + ae11176 commit 5d91907

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/mlflow/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ type: application
88
# This is the chart version. This version number should be incremented each time you make changes
99
# to the chart and its templates, including the app version.
1010
# Versions are expected to follow Semantic Versioning (https://semver.org/)
11-
version: 1.0.2
11+
version: 1.0.3
1212

1313
# This is the version number of the application being deployed. This version number should be
1414
# incremented each time you make changes to the application. Versions are not expected to

charts/mlflow/templates/deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ spec:
4949
valueFrom:
5050
secretKeyRef:
5151
name: {{ .Values.minio.auth.existingSecret }}
52-
key: root-password
52+
key: root-user
5353
- name: AWS_SECRET_ACCESS_KEY
5454
valueFrom:
5555
secretKeyRef:
5656
name: {{ .Values.minio.auth.existingSecret }}
57-
key: root-user
57+
key: root-password
5858
{{- else }}
5959
- name: AWS_ACCESS_KEY_ID
6060
value: "{{ .Values.minio.auth.rootUser }}"

0 commit comments

Comments
 (0)