Skip to content

Allow specifying optional tags for storage #472

@ashevtsov-wawa

Description

@ashevtsov-wawa

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!

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions