Skip to content

Commit

Permalink
Merge pull request #89 from element-hq/bbz/better-selector-labels
Browse files Browse the repository at this point in the history
Sysctl JVB: take version out of matchLabels
  • Loading branch information
benbz authored Oct 10, 2024
2 parents c0dd112 + df5df2b commit 76b047f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/sysctl-jvb-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ metadata:
namespace: {{ $.Release.Namespace }}
spec:
selector:
matchLabels: {{ include "jitsi.sysctlJvb.labels" $ | nindent 6 }}
matchLabels: {{ include "jitsi.sysctlJvb.selectorLabels" $ | nindent 6 }}
template:
metadata:
labels: {{ include "jitsi.sysctlJvb.labels" $ | nindent 8 }}
Expand Down

0 comments on commit 76b047f

Please sign in to comment.