Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add priorityClassName to deployment #192

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ianbabysre
Copy link

@ianbabysre ianbabysre commented Dec 27, 2024

Hello everyone !

I've read the Opensource guide on how to make contribution and felt that a Pull Request was the correct way to implement this as an Issue was maybe a bit too much, i hope i did things correctly.

I'm opening a PR to add a feature to the deployment :

This feature adds the following

  • Possibility to set a priorityClassName to the application

Let me know if this is the correct way to do so.

Copy link

Click here to review and test in web IDE: Contribute

@ianbabysre
Copy link
Author

Also i've noticed that this would not add a priorityClassName to the DaemonSet pods, i'll be happy to help implement this feature if it's something that could be useful

repository: quay.io/eclipse/kubernetes-image-puller
tag: next
serviceAccount:
name: k8s-image-puller
priorityClassName: {}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
priorityClassName: {}
priorityClassName: ""

Could you try this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants