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

✨ (go/v3) create and bind to a non-default service account #2070

Merged

Commits on Mar 9, 2021

  1. This commit adds a ServiceAccount (config/rbac/service_account.yaml)

    and changes the default service account name from default to
    controller-manager such that a user can specify which
    service account their manager should be created in.
    They may change this value by updating files referencing
    the metadata.name value in service_account.yaml.
    
    pkg/plugins/golang/v3: update all scaffold referencing the
    default service account with references to the "controller-manager"
    service account, specified in service_account.yaml.
    
    Signed-off-by: Eric Stroczynski <ericstroczynski@gmail.com>
    estroz committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    c748ebd View commit details
    Browse the repository at this point in the history