cosmo icon indicating copy to clipboard operation
cosmo copied to clipboard

Add annotations value for pod in k8s jobs

Open PeteMac88 opened this issue 1 year ago • 7 comments
trafficstars

Component(s)

controlplane

Is your feature request related to a problem? Please describe.

Add annotations value for pod in k8s jobs

Describe the solution you'd like

I added a PR see https://github.com/wundergraph/cosmo/pull/650

Describe alternatives you've considered

No response

Additional context

No response

PeteMac88 avatar Mar 19 '24 11:03 PeteMac88

WunderGraph commits fully to Open Source and we want to make sure that we can help you as fast as possible. The roadmap is driven by our customers and we have to prioritize issues that are important to them. You can influence the priority by becoming a customer. Please contact us here.

github-actions[bot] avatar Mar 19 '24 11:03 github-actions[bot]

Hi,

Thank you for your contribution! We will take a look in due course.

Thank you also for your patience!

Aenimus avatar Apr 09 '24 09:04 Aenimus

@Aenimus @StarpTech Any news here? I can open a PR if you want?

PeteMac88 avatar Oct 01 '24 10:10 PeteMac88

Hi @PeteMac88 we added support for labels but annotations are missing. Feel free to create a PR that extends it in the same way.

additionalJobAnnotations: {}

jobs:
  deactivateOrganization:
    additionalAnnotations: {}

StarpTech avatar Oct 01 '24 18:10 StarpTech