You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Hi, I got issue with Stakater. I use 1 configmap to share with multiple services and when I update value of config map it will impact (reload / redeploy) all service that helm-value use key in config map.
To Reproduce
Steps to reproduce the behavior
Example configmap
animal is used by helm-value of serviceA and animal2 is used by helm-value of serviceB.
But when I reassign new value of animal ("dog" instead "cat"), Stakater will reload both serviceA and serviceB.
Expected behavior
When I update animal value I need Stakater repload / redeploy only service A. What are some ways to solve this problem?
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
Kubernetes Version: GKE 1.30.5-gke.1443001
Stakater reloader Version: 1.1.0
The text was updated successfully, but these errors were encountered:
Reloader does not support the reload based on specific data field changes. It looks at the complete data when performing the reload. In your case, the only solution is to split the configmap among different services/applications. However, as Muneeb mentioned, this is an enhancement that can be added in future by contribution.
Describe the bug
Hi, I got issue with Stakater. I use 1 configmap to share with multiple services and when I update value of config map it will impact (reload / redeploy) all service that helm-value use key in config map.
To Reproduce
Steps to reproduce the behavior
Example configmap
Example helm-value
animal is used by helm-value of serviceA and animal2 is used by helm-value of serviceB.
But when I reassign new value of animal ("dog" instead "cat"), Stakater will reload both serviceA and serviceB.
Expected behavior
When I update animal value I need Stakater repload / redeploy only service A. What are some ways to solve this problem?
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
The text was updated successfully, but these errors were encountered: