-
Notifications
You must be signed in to change notification settings - Fork 807
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
Add support for existing service accounts #688
Conversation
Pull Request Test Coverage Report for Build 1460
💛 - Coveralls |
abe2662
to
becb589
Compare
becb589
to
c46b29d
Compare
/assign @wongma7 |
c46b29d
to
170a2f4
Compare
@@ -91,6 +91,10 @@ node: | |||
|
|||
serviceAccount: | |||
controller: | |||
create: true # A service account will be created for you if set to true. Set to false if you want to use your own. |
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.
Over at https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/296/files#diff-81801117ec01136c8a49bfcd42af8e104f4efad1f2daccda9da9d960eaad5279R74 i was thinking to make it like
controller.serviceAccount.create instead of
serviceAccount.controller.create
I want to be consistent so I'll change the EFS one as it hasn't been released yet.
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ayberk, wongma7 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Is this a bug fix or adding new feature?
New feature
What is this PR about? / Why do we need it?
Fixes #485
What testing is done?