Create etcd bucket in etersoft
This commit is contained in:
parent
654731b7ef
commit
f4cbb2b5c5
@ -73,6 +73,8 @@ policies:
|
|||||||
- 'arn:aws:s3:::longhorn'
|
- 'arn:aws:s3:::longhorn'
|
||||||
- 'arn:aws:s3:::restic/*'
|
- 'arn:aws:s3:::restic/*'
|
||||||
- 'arn:aws:s3:::restic'
|
- 'arn:aws:s3:::restic'
|
||||||
|
- 'arn:aws:s3:::etcd/*'
|
||||||
|
- 'arn:aws:s3:::etcd'
|
||||||
actions:
|
actions:
|
||||||
- "s3:DeleteObject"
|
- "s3:DeleteObject"
|
||||||
- "s3:GetObject"
|
- "s3:GetObject"
|
||||||
@ -87,6 +89,10 @@ buckets:
|
|||||||
policy: none
|
policy: none
|
||||||
purge: false
|
purge: false
|
||||||
versioning: false
|
versioning: false
|
||||||
|
- name: etcd
|
||||||
|
policy: none
|
||||||
|
versioning: false
|
||||||
|
purge: false
|
||||||
metrics:
|
metrics:
|
||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
Reference in New Issue
Block a user