Skip to content

Commit

Permalink
Deploys MultiNetworkPolicy DaemonSet to all production machines (#918)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkinkade authored Nov 21, 2024
1 parent 6a8bc62 commit cdbfb69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion k8s/daemonsets/core/multi-networkpolicy.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
hostNetwork: true,
nodeSelector: {
'kubernetes.io/arch': 'amd64',
[if std.extVar('PROJECT_ID') == 'mlab-oti' then 'mlab/run']: 'multi-networkpolicy-canary',
},
tolerations: [
{
Expand Down

0 comments on commit cdbfb69

Please sign in to comment.