summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging_elasticsearch/templates/2.x/rolebinding.j2
blob: fcd4e87cc7cd2099322286d4c6d4063b26c61437 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
apiVersion: v1
kind: RoleBinding
metadata:
  name: {{obj_name}}
roleRef:
{% if roleRef.kind is defined %}
  kind: {{ roleRef.kind }}
{% endif %}
  name: {{ roleRef.name }}
subjects:
{% for sub in subjects %}
  - kind: {{ sub.kind }}
    name: {{ sub.name }}
{% endfor %}