Skip to content

Commit

Permalink
fix bootstrapUser config to user owner role instead of admin
Browse files Browse the repository at this point in the history
  • Loading branch information
povilasv committed Jun 13, 2024
1 parent 57fbb03 commit d239106
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,13 +39,13 @@ data:
{{- if .Values.api.features.bootstrapAdmin }}
members:
- email: {{.Values.api.features.bootstrapAdmin}}
role: admin
role: owner
{{- end }}
{{- end }}
default_role: admin
{{- if .Values.api.features.bootstrapAdmin }}
members:
- email: {{.Values.api.features.bootstrapAdmin}}
role: admin
role: owner
{{- end }}
{{- end }}

0 comments on commit d239106

Please sign in to comment.