mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-06 17:01:30 +00:00
12 lines
257 B
YAML
12 lines
257 B
YAML
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: RoleBinding
|
|
metadata:
|
|
name: shopping-api
|
|
namespace: shopping
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: shopping-api
|
|
roleRef:
|
|
kind: Role
|
|
name: shopping-api
|
|
apiGroup: rbac.authorization.k8s.io |