mirror of
https://github.com/poseidon/typhoon
synced 2024-12-18 22:44:45 +01:00
2c10d24113
* Deployments now belong to the apps/v1 API group * DaemonSets now belong to the apps/v1 API group * RBAC types now belong to the rbac.authorization.k8s.io/v1 API group
13 lines
251 B
YAML
13 lines
251 B
YAML
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRoleBinding
|
|
metadata:
|
|
name: ingress
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
name: ingress
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
namespace: ingress
|
|
name: default
|