Skip to content

Commit

Permalink
issue #523: yaml err
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin committed Jan 24, 2025
1 parent 064b717 commit 7403378
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions kubernetes/aks/system/minIO/helm/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## minio mode, i.e. standalone or distributed
mode: distributed ## other supported values are "standalone"
## other supported values are "standalone"
mode: distributed

## Internal port number for MinIO S3 API container
## Change service.port to change external port number
Expand Down Expand Up @@ -138,16 +139,13 @@ consoleService:
buckets:
# Name of the bucket
- name: nachet
# Policy to be set on the
# bucket [none|download|upload|public]
# Policy to be set on the bucket [none|download|upload|public]
policy: none
# Purge if bucket exists already
purge: false
# set versioning for
# bucket [true|false]
# set versioning for bucket [true|false]
versioning: false # remove this key if you do not want versioning feature

Check failure on line 147 in kubernetes/aks/system/minIO/helm/values.yaml

View workflow job for this annotation

GitHub Actions / yaml-check / yaml-lint-check

147:23 [comments] too few spaces before comment
# set objectlocking for
# bucket [true|false] NOTE: versioning is enabled by default if you use locking
# set objectlocking for bucket [true|false] NOTE: versioning is enabled by default if you use locking
objectlocking: false
# - name: bucket2
# policy: none
Expand Down

0 comments on commit 7403378

Please sign in to comment.