-
Notifications
You must be signed in to change notification settings - Fork 519
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: add podLables to Sentry hooks #659
feat: add podLables to Sentry hooks #659
Conversation
The init jobs do not have unique podLables The lables can be used for mapping these init jobs with services Use case: To allow access to services inside Consul mesh, a service is needed.
sentry/values.yaml
Outdated
@@ -456,6 +459,8 @@ hooks: | |||
affinity: {} | |||
nodeSelector: {} | |||
# tolerations: [] | |||
snubaMigrate: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't you need to use snubaMigrate: {}
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't you need to use
snubaMigrate: {}
?
Yes, I have added it. Thank You :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have bumped the chartversion to 15.0.1 this should fix the lint issue
The init jobs do not have unique podLables
The lables can be used for mapping these init jobs with services
Use case: To allow access to services inside
Consul mesh, a service is needed.