mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-23 06:29:51 -05:00
62168bbf98
* Also run helm-lint in CI now
13 lines
249 B
YAML
13 lines
249 B
YAML
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRoleBinding
|
|
metadata:
|
|
name: kms
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
name: kms
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: kms
|
|
namespace: {{ .Values.namespace }}
|