Create etcd bucket in etersoft
ci/woodpecker/push/helmfile Pipeline was successful Details

This commit is contained in:
Nikolai Rodionov 2023-11-04 19:55:29 +01:00
parent 654731b7ef
commit f4cbb2b5c5
Signed by: allanger
GPG Key ID: 19DB54039EBF8F10
1 changed files with 6 additions and 0 deletions

View File

@ -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