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:::restic/*'
|
||||
- 'arn:aws:s3:::restic'
|
||||
- 'arn:aws:s3:::etcd/*'
|
||||
- 'arn:aws:s3:::etcd'
|
||||
actions:
|
||||
- "s3:DeleteObject"
|
||||
- "s3:GetObject"
|
||||
@ -87,6 +89,10 @@ buckets:
|
||||
policy: none
|
||||
purge: false
|
||||
versioning: false
|
||||
- name: etcd
|
||||
policy: none
|
||||
versioning: false
|
||||
purge: false
|
||||
metrics:
|
||||
serviceMonitor:
|
||||
enabled: false
|
||||
|
Reference in New Issue
Block a user