update minio

This commit is contained in:
2022-04-02 07:31:57 +11:00
parent 6a153bec22
commit bf6d8b80ce
5 changed files with 7 additions and 2 deletions
+1
View File
@@ -179,6 +179,7 @@ kubectl -n media create secret generic minio --from-literal=AWS_ENDPOINTS=https:
s3://bucket-name@ap-southeast-2/
# helm
kubectl -n db create secret generic minio-credentials --from-literal=root-password="xxx" --from-literal=root-user=junv
helm upgrade --install minio -n db -f minio-values.yaml bitnami/minio --set accessKey.password="TODO" \
--set secretKey.password="TODO"