Skip to content

Commit

Permalink
Allow a group to be member of the soil project
Browse files Browse the repository at this point in the history
  • Loading branch information
robertvolkmann committed Dec 2, 2024
1 parent b2f3a1f commit 51fa0e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
- owner
{% for member in gardener_soil_project_members %}
- apiGroup: rbac.authorization.k8s.io
kind: User
kind: "{{ member.kind | default('User') }}"
name: "{{ member.name }}"
role: "{{ member.role }}"
{% if member.roles is defined %}
Expand Down

0 comments on commit 51fa0e6

Please sign in to comment.