Skip to content

Commit

Permalink
Merge pull request #5 from julienbaladier/master
Browse files Browse the repository at this point in the history
Minor fixes in Multus Helm chart
  • Loading branch information
dougbtv authored Jul 6, 2021
2 parents 9629927 + f3345cf commit 78db8bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions multus/templates/daemonSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ spec:
spec:
priorityClassName: system-node-critical
hostNetwork: true
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
nodeSelector: {{- toYaml .Values.labels.nodeSelector | nindent 8 }}
tolerations:
- operator: Exists
Expand Down
3 changes: 1 addition & 2 deletions multus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
#replicaCount: 1

image:
registry: docker.io
repository: nfvpe/multus
repository: docker.io/nfvpe/multus
tag: v3.4
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 78db8bd

Please sign in to comment.