Skip to content

Commit

Permalink
Sysctl JVB: take version out of matchLabels
Browse files Browse the repository at this point in the history
  • Loading branch information
benbz committed Oct 10, 2024
1 parent c0dd112 commit df5df2b
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 df5df2b

Please sign in to comment.