upmc-enterprises / registry-creds

Allow for AWS ECR, Google Registry, & Azure Container Registry credentials to be refreshed inside your Kubernetes cluster via ImagePullSecrets
Other
344 stars 124 forks source link

Add ClusterRole, ClusterRoleBinding and ServiceAccount to examples #101

Open flokli opened 3 years ago

flokli commented 3 years ago

This requires a service account that can get/list/watch namespaces, create/update secrets, and update service accounts.

The k8s yml files in the repo should include this.

Keralin commented 3 years ago

added in this PR that I have https://github.com/upmc-enterprises/registry-creds/pull/103

tgmatt commented 2 years ago

Just passing this along since I got this set up today; you need to add serviceAccountName to the deployment's spec.template.spec otherwise these changes won't take effect 👍🏻