Skip to content

Commit

Permalink
Merge pull request #138 from osstotalsoft/fix/messaging-config-helm
Browse files Browse the repository at this point in the history
Remove messaging annotations if not included in answers
  • Loading branch information
alexandra-c authored Aug 6, 2024
2 parents ad15baf + e1257dd commit 0738b5f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ spec:
{{- include "Gql.selectorLabels" . | nindent 6 }}
template:
metadata:
<%_ if(addMessaging) { _%>
annotations:
rusi.io/app-id: {{ $current.messaging.source | quote }}
rusi.io/enabled: {{ lower $global.messaging.transport | eq "rusi" | quote }}
<%_}_%>
labels:
{{- include "Gql.selectorLabels" . | nindent 8 }}
spec:
Expand Down

0 comments on commit 0738b5f

Please sign in to comment.