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 serviceAccount and extraVolumes #37

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

Conversation

thibaultserti
Copy link

@thibaultserti thibaultserti commented Aug 31, 2023

closes #36

@thibaultserti thibaultserti changed the title feat: add serviceAccount and extraVolumes Draft: feat: add serviceAccount and extraVolumes Aug 31, 2023
@thibaultserti thibaultserti marked this pull request as draft August 31, 2023 15:08
@thibaultserti thibaultserti force-pushed the feat/add-sa-extravolumes branch from 0369423 to 14c3551 Compare August 31, 2023 15:15
@thibaultserti thibaultserti force-pushed the feat/add-sa-extravolumes branch from 14c3551 to eca398a Compare August 31, 2023 15:18
@thibaultserti thibaultserti marked this pull request as ready for review August 31, 2023 15:28
@bman46
Copy link
Owner

bman46 commented Aug 31, 2023

Is this still a draft?

@bman46 bman46 marked this pull request as draft August 31, 2023 15:55
@bman46 bman46 changed the title Draft: feat: add serviceAccount and extraVolumes feat: add serviceAccount and extraVolumes Aug 31, 2023
@@ -15,6 +15,15 @@ security:
runAsNonRoot: true
runAsUser: 1001

serviceAccount:
create: true
Copy link
Owner

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?

@thibaultserti
Copy link
Author

Yes

@thibaultserti
Copy link
Author

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.

@bman46
Copy link
Owner

bman46 commented Sep 4, 2023

All good. Just mark this PR as ready when you get time to complete it and I'll review it.

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.

Need extraVolumes, extraVolumeMounts and serviceAccountName as template values
2 participants