venona icon indicating copy to clipboard operation
venona copied to clipboard

Allow specifying optional tags for storage

Open ashevtsov-wawa opened this issue 8 months ago • 0 comments

Our organization uses tags to track spending by department/project/etc. Codefresh uses a lot of EBS volumes so we would like to get them tagged so their cost is reflected in the reports correctly. Could you please add an option to specify custom/additional tags in storage block? Example:

storage:
  backend: ebs-csi
  fsType: ext4

  ebs:
    availabilityZone: us-east-1a
    volumeType: gp3
    encrypted: true
    tags:
      env: dev
      project: prj

Thank you!

ashevtsov-wawa avatar Jun 12 '24 16:06 ashevtsov-wawa