-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
[bitnami/spring-cloud-dataflow] Adding annotations to stream deployment #28155
Comments
Hi! In other charts we have the deploymentAnnotations or statefulsetAnnotations value depending on the application. Would you like to submit a PR adding support for this value? |
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback. |
Im on holiday ass hold
Le sam. 3 août 2024, 21 h 27, github-actions[bot] ***@***.***>
a écrit :
… This Issue has been automatically marked as "stale" because it has not had
recent activity (for 15 days). It will be closed if no further activity
occurs. Thanks for the feedback.
—
Reply to this email directly, view it on GitHub
<#28155 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEFFPTV7N2YT6D7TSMOKFWTZPV7RBAVCNFSM6AAAAABLCREEQSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENRXGIZTCNRVG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback. |
Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary. |
Name and Version
bitnami/spring-cloud-dataflow 30.0.0
What is the problem this feature will solve?
At the moment it is not possible to add annotations to a deployment. In my example trying to put in place a Kubernetes reloader when a configMap or secret is changing
What is the feature you are proposing to solve the problem?
Is it possible to add a feature like the existing one?
deployer..kubernetes.job-annotations=reloader.stakater.com/auto:"true"
deployer..kubernetes.pod-annotations=reloader.stakater.com/auto:"true"
deployer..kubernetes.service-annotations=reloader.stakater.com/auto:"true"
Like a configuration that could be deployer..kubernetes.deployment-annotations=reloader.stakater.com/auto:"true"
Then when a injected configMap or secret change the deployment restart
?
What alternatives have you considered?
At this time the alternative was to execute a Kubectl command
The text was updated successfully, but these errors were encountered: