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

feat: Allow specifying deployment annotations #38

Open
tomi-bigpi opened this issue Nov 14, 2024 · 0 comments
Open

feat: Allow specifying deployment annotations #38

tomi-bigpi opened this issue Nov 14, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@tomi-bigpi
Copy link

Currently the chart does not allow setting additional annotations for the deployment itself. This is required, for example, when using https://github.com/stakater/Reloader to automatically restart the deployment when AWS rotates secrets.

An example of the required tags from Reloader:

kind: Deployment
metadata:
  name: foo
  annotations:
    reloader.stakater.com/auto: "true"
spec:
  template:
    metadata:
@dosubot dosubot bot added the enhancement New feature or request label Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant