From d47bff1f62fabb9e9068908801ea29329afd8f39 Mon Sep 17 00:00:00 2001 From: Louis Murray Date: Thu, 31 May 2018 18:46:41 -0400 Subject: [PATCH] changes made to reflect minio values changes --- charts/argo/requirements.yaml | 2 +- charts/argo/templates/NOTES.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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