diff --git a/charts/argo/requirements.yaml b/charts/argo/requirements.yaml index fd789f07..13009198 100644 --- a/charts/argo/requirements.yaml +++ b/charts/argo/requirements.yaml @@ -2,4 +2,4 @@ dependencies: - name: minio version: 0.4.3 repository: https://kubernetes-charts.storage.googleapis.com/ - condition: installMinio + condition: minio.install diff --git a/charts/argo/templates/NOTES.txt b/charts/argo/templates/NOTES.txt index d86b4b2d..36d6113f 100644 --- a/charts/argo/templates/NOTES.txt +++ b/charts/argo/templates/NOTES.txt @@ -11,7 +11,7 @@ kubectl get services -o wide | grep {{ .Release.Name }}-{{ .Values.uiName }} {{ if .Values.installMinio }} -3. Access Minio UI and create bucket '{{ .Values.minioBucketName }}'. Minio UI is available on port 9000 and available via external URL. URL might be retrieved using following +3. Access Minio UI and create bucket '{{ .Values.minio.defaultBucket.name }}'. Minio UI is available on port 9000 and available via external URL. URL might be retrieved using following command: kubectl get services -o wide | grep {{ .Release.Name }}-minio-svc