Skip to content

Commit

Permalink
fix bootstrapUser config to use org owner role by default
Browse files Browse the repository at this point in the history
  • Loading branch information
povilasv committed Jun 13, 2024
1 parent d239106 commit 63891b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/testkube-cloud-api/templates/bootstrap-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ data:
{{- if .Values.api.features.bootstrapAdmin }}
members:
- email: {{.Values.api.features.bootstrapAdmin}}
role: owner
role: admin
{{- end }}
{{- end }}
default_role: admin
default_role: owner
{{- if .Values.api.features.bootstrapAdmin }}
members:
- email: {{.Values.api.features.bootstrapAdmin}}
Expand Down

0 comments on commit 63891b5

Please sign in to comment.