mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-02-14 18:09:58 +00:00
* Enabling Capsule to run on a cluster with PodSecurityPolicy enabled * Supporting additional Role Binding per Tenant * Documenting the additionalRoleBindings specification
16 lines
555 B
YAML
16 lines
555 B
YAML
resources:
|
|
- role_binding.yaml
|
|
# Comment the following 4 lines if you want to disable
|
|
# the auth proxy (https://github.com/brancz/kube-rbac-proxy)
|
|
# which protects your /metrics endpoint.
|
|
- auth_proxy_service.yaml
|
|
- auth_proxy_role.yaml
|
|
- auth_proxy_role_binding.yaml
|
|
- auth_proxy_client_clusterrole.yaml
|
|
# Uncomment the following 3 lines if you are running Capsule
|
|
# in a cluster where [Pod Security Policies](https://kubernetes.io/docs/concepts/policy/pod-security-policy/)
|
|
# are enabled.
|
|
# - psp_policy.yaml
|
|
# - psp_role.yaml
|
|
# - psp_role_binding.yaml
|