Skip to content

Commit

Permalink
fixed label selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
jdambly-ns committed Oct 1, 2024
1 parent 0db4024 commit 3c0a018
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions multus/templates/daemonSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,21 @@ metadata:
name: {{ .Release.Name }}-{{ .Chart.Name }}-ds
namespace: kube-system
labels:
{{- include "multus.labels" . | indent 4 }}
{{- include "multus.labels" . | indent 4 }}
spec:
selector:
matchLabels:
app: multus
{{- include "multus.labels" . | indent 8 }}
updateStrategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 1
template:
metadata:
labels:
{{- include "multus.labels" . | indent 8 }}
app: multus
{{- include "multus.labels" . | indent 8 }}
spec:
priorityClassName: system-node-critical
hostNetwork: true
Expand Down

0 comments on commit 3c0a018

Please sign in to comment.