Skip to content

Commit

Permalink
Merge pull request #191 from openinfradev/minio
Browse files Browse the repository at this point in the history
Minio의 버킷 생성 명 변경
  • Loading branch information
seungkyua authored Oct 23, 2023
2 parents bb39b7a + 394e474 commit 74a58d7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions aws-msa-reference/lma/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,12 +225,12 @@ charts:
secretKey: $(defaultPassword)
policy: consoleAdmin
buckets:
- name: thanos
- name: tks-thanos
policy: public
purge: false
versioning: true
objectlocking: false
- name: loki
- name: tks-loki
policy: public
purge: false
versioning: true
Expand Down
4 changes: 2 additions & 2 deletions aws-reference/lma/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,12 +225,12 @@ charts:
secretKey: $(defaultPassword)
policy: consoleAdmin
buckets:
- name: thanos
- name: tks-thanos
policy: public
purge: false
versioning: true
objectlocking: false
- name: loki
- name: tks-loki
policy: public
purge: false
versioning: true
Expand Down
4 changes: 2 additions & 2 deletions byoh-reference/lma/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,12 +228,12 @@ charts:
secretKey: $(defaultPassword)
policy: consoleAdmin
buckets:
- name: thanos
- name: tks-thanos
policy: public
purge: false
versioning: true
objectlocking: false
- name: loki
- name: tks-loki
policy: public
purge: false
versioning: true
Expand Down
4 changes: 2 additions & 2 deletions eks-msa-reference/lma/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,12 +226,12 @@ charts:
secretKey: $(defaultPassword)
policy: consoleAdmin
buckets:
- name: thanos
- name: tks-thanos
policy: public
purge: false
versioning: true
objectlocking: false
- name: loki
- name: tks-loki
policy: public
purge: false
versioning: true
Expand Down
4 changes: 2 additions & 2 deletions eks-reference/lma/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,12 +226,12 @@ charts:
secretKey: $(defaultPassword)
policy: consoleAdmin
buckets:
- name: thanos
- name: tks-thanos
policy: public
purge: false
versioning: true
objectlocking: false
- name: loki
- name: tks-loki
policy: public
purge: false
versioning: true
Expand Down

0 comments on commit 74a58d7

Please sign in to comment.