Skip to content

Commit

Permalink
Merge pull request openshift#873 from cgoncalves/OCPBUGS-24231
Browse files Browse the repository at this point in the history
OCPBUGS-24231: Fix config daemon annotation override
  • Loading branch information
openshift-merge-bot[bot] authored Dec 14, 2023
2 parents f7ea1e3 + aaf230d commit 16e5d7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bindata/manifests/daemon/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,14 @@ spec:
maxUnavailable: 33%
template:
metadata:
annotations:
target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}'
labels:
app: sriov-network-config-daemon
component: network
type: infra
openshift.io/component: network
annotations:
kubectl.kubernetes.io/default-container: sriov-network-config-daemon
target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}'
spec:
hostNetwork: true
hostPID: true
Expand Down

0 comments on commit 16e5d7b

Please sign in to comment.