Skip to content

Add support for tagging kubernetes resources#687

Open
girlpunk wants to merge 1 commit intobridgecrewio:mainfrom
girlpunk:add-kubernetes
Open

Add support for tagging kubernetes resources#687
girlpunk wants to merge 1 commit intobridgecrewio:mainfrom
girlpunk:add-kubernetes

Conversation

@girlpunk
Copy link
Copy Markdown

@girlpunk girlpunk commented Mar 2, 2026

Add support for tagging Kubernetes resources using annotations. This also adds support for resources that nee tags placed in a block within the resource for compatibility.

For example:

resource "kubernetes_deployment_v1" "paperless-beat" {
  metadata {
    name      = "paperless"
    annotations = {
      git_commit           = "889df617e7ce932872ca915618f288bf41f87c6f"
      yor_trace            = "2d7884f8-848c-4a9c-913b-7813a26fcd54"
      etc...

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@stale
Copy link
Copy Markdown

stale bot commented Apr 11, 2026

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Apr 11, 2026
@girlpunk
Copy link
Copy Markdown
Author

Still outstanding, bot is wrong as usual

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

wontfix This will not be worked on

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant