Skip to content

Commit

Permalink
fixing readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tjungbauer committed May 17, 2024
1 parent 55f461d commit 26acf24
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion charts/minio-configurator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: minio-configurator
description: A Chart to automate the bucket creation and configuration for MINIO Object Storage
version: 1.0.1
version: 1.0.2
maintainers:
- name: tjungbauer
email: tjungbau@redhat.com
Expand Down
12 changes: 6 additions & 6 deletions charts/minio-configurator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![Lint and Test Charts](https://github.com/tjungbauer/helm-charts/actions/workflows/lint_and_test_charts.yml/badge.svg)](https://github.com/tjungbauer/helm-charts/actions/workflows/lint_and_test_charts.yml)
[![Release Charts](https://github.com/tjungbauer/helm-charts/actions/workflows/release.yml/badge.svg)](https://github.com/tjungbauer/helm-charts/actions/workflows/release.yml)

![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square)
![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square)



Expand All @@ -24,11 +24,11 @@ added some additional features, like Bucket replication and the option to ignore
It should help to overcome the requirement that manual configurations are required before gitops can perform certain steps.
The main use cases are:

. create a bucket
. configure the bucket (ie. quota or lifecycle)
. create a user
. create a policy and assign it to the user
. enable bucket replication
- create a bucket
- configure the bucket (ie. quota or lifecycle)
- create a user
- create a policy and assign it to the user
- enable bucket replication

To achieve this, a provisioning Job is created in order to use an MC command line tool

Expand Down
10 changes: 5 additions & 5 deletions charts/minio-configurator/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ added some additional features, like Bucket replication and the option to ignore
It should help to overcome the requirement that manual configurations are required before gitops can perform certain steps.
The main use cases are:

. create a bucket
. configure the bucket (ie. quota or lifecycle)
. create a user
. create a policy and assign it to the user
. enable bucket replication
- create a bucket
- configure the bucket (ie. quota or lifecycle)
- create a user
- create a policy and assign it to the user
- enable bucket replication

To achieve this, a provisioning Job is created in order to use an MC command line tool

Expand Down

0 comments on commit 26acf24

Please sign in to comment.