From 63891b57875fa94f5cb5afed296be237e9ccdc59 Mon Sep 17 00:00:00 2001
From: Povilas Versockas
Date: Thu, 13 Jun 2024 05:47:49 +0300
Subject: [PATCH] fix bootstrapUser config to use org owner role by default
---
charts/testkube-cloud-api/templates/bootstrap-config.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/charts/testkube-cloud-api/templates/bootstrap-config.yaml b/charts/testkube-cloud-api/templates/bootstrap-config.yaml
index ed13ef207..5614f269c 100644
--- a/charts/testkube-cloud-api/templates/bootstrap-config.yaml
+++ b/charts/testkube-cloud-api/templates/bootstrap-config.yaml
@@ -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}}