-
Notifications
You must be signed in to change notification settings - Fork 1
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 serviceAccount and extraVolumes #37
base: main
Are you sure you want to change the base?
Conversation
0369423
to
14c3551
Compare
14c3551
to
eca398a
Compare
Is this still a draft? |
@@ -15,6 +15,15 @@ security: | |||
runAsNonRoot: true | |||
runAsUser: 1001 | |||
|
|||
serviceAccount: | |||
create: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be defaulted to false?
Yes |
In fact, I need to change many things to make it work for me. I don't have much time in the next few days, I'll try to do this when I can free some time. |
All good. Just mark this PR as ready when you get time to complete it and I'll review it. |
closes #36