-
Notifications
You must be signed in to change notification settings - Fork 11
Conversation
@joroshiba worth chatting on this one since we are kinda crafting cometbft ourselves here. Worth looking at cometbft/cometbft#899 |
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.
mostly new lines to be fixed, couple open questions.
namespace: {{ .Values.global.namespace }} | ||
spec: | ||
selector: | ||
app: {{ .Values.config.moniker }}-sequencer |
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.
Do we need to update this and other areas to use the new helpers name and labels?
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.
we dont have to do it this way at all either, was just a fast way to ensure service monitor selectors picked up the right app name
No description provided.