Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow specifying optional tags for storage #472

Open
ashevtsov-wawa opened this issue Jun 12, 2024 · 0 comments
Open

Allow specifying optional tags for storage #472

ashevtsov-wawa opened this issue Jun 12, 2024 · 0 comments
Assignees

Comments

@ashevtsov-wawa
Copy link

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!

@mikhail-klimko mikhail-klimko self-assigned this Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants