Last active
December 22, 2016 19:23
-
-
Save alekssaul/596f633cc66ebb88a6fa90506c65e386 to your computer and use it in GitHub Desktop.
Role Binding for Quay Enterprise Kubernetes 1.5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kind: RoleBinding | |
apiVersion: rbac.authorization.k8s.io/v1alpha1 | |
metadata: | |
name: quay-enterprise-secret-writer | |
namespace: quay-enterprise | |
subjects: | |
- kind: ServiceAccount | |
name: default | |
roleRef: | |
kind: Role | |
name: quay-enterprise-serviceaccount | |
apiGroup: rbac.authorization.k8s.io |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment