Skip to content

Instantly share code, notes, and snippets.

@alekssaul
Last active December 22, 2016 19:23
Show Gist options
  • Save alekssaul/596f633cc66ebb88a6fa90506c65e386 to your computer and use it in GitHub Desktop.
Save alekssaul/596f633cc66ebb88a6fa90506c65e386 to your computer and use it in GitHub Desktop.
Role Binding for Quay Enterprise Kubernetes 1.5
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