registry-creds icon indicating copy to clipboard operation
registry-creds copied to clipboard

Add ClusterRole, ClusterRoleBinding and ServiceAccount to examples

Open flokli opened this issue 3 years ago • 2 comments

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.

flokli avatar Jun 28 '21 10:06 flokli

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

Keralin avatar Jul 20 '21 14:07 Keralin

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 👍🏻

tgmatt avatar Apr 19 '22 15:04 tgmatt