Skip to content

Commit

Permalink
Merge pull request #16 from vr4manta/fix-ci-deploy-errors
Browse files Browse the repository at this point in the history
Added workoad annotation to deployment for CI validation
  • Loading branch information
vr4manta authored Jul 18, 2023
2 parents 6a90edf + 9df0e8f commit 0b07802
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hack/ci-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ objects:
type: RollingUpdate
template:
metadata:
annotations:
target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}'
name: machine-ipam-controller
namespace: openshift-machine-api
labels:
Expand Down
2 changes: 2 additions & 0 deletions manifests/ipam-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ spec:
type: RollingUpdate
template:
metadata:
annotations:
target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}'
name: machine-ipam-controller
namespace: openshift-machine-api
labels:
Expand Down

0 comments on commit 0b07802

Please sign in to comment.