Turns out that the subjects: thing is just informational

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2017-11-01 00:16:39 +00:00
parent d064359e01
commit b188cef81b

View file

@ -5,8 +5,7 @@ metadata:
name: appowners
roleRef:
name: appowner
subjects:
userNames:
{% for owner in appowners %}
- kind: User
name: "{{owner}}"
- {{ owner }}
{% endfor %}