Skip to content

Commit

Permalink
Merge pull request #61 from ocadotechnology/priorityclass-for-daemonsets
Browse files Browse the repository at this point in the history
fix: set priorityClass for DaemonSets too
  • Loading branch information
sitnik authored Feb 12, 2021
2 parents a7f6994 + 1eae5dc commit e6b529d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mirroroperator/registrymirror.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,8 @@ def generate_daemon_set(self, daemon_set):
secret=client.V1SecretVolumeSource(
secret_name=self.docker_certificate_secret
)
)]
)],
priority_class_name=self.priority_class
)
),
update_strategy=client.V1DaemonSetUpdateStrategy(
Expand Down

0 comments on commit e6b529d

Please sign in to comment.