You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Alexander Morales 3b33f3d45d
add backup gitops
8 months ago
..
minio-Certificate-selfsigned.yaml add backup gitops 8 months ago
readme.md add backup gitops 8 months ago
values.yaml add backup gitops 8 months ago

readme.md

ADD REPO

helm repo add minio https://charts.min.io/

INSTALL MINIO

helm install minio minio/minio --namespace minio --create-namespace --values values.yaml

APPLY SELFSIGGNED CERTIFICATE

kubectl apply -f minio-Certificate-selfsigned.yaml

UPGRADE MINIO

helm upgrade minio minio/minio ---namespace minio -values values.yaml