feat: split access groups for admins, devs and analytics

This commit is contained in:
2025-11-09 13:05:17 +01:00
parent d4490f949f
commit 7b22a8b7b5
6 changed files with 46 additions and 58 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ configs:
connectors:
{{- with .Values.clusterConfig.oidc }}
{{- range . }}
{{- if eq .provider "azuread" }}
{{- if eq .group "devel" }}
- type: oidc
id: {{ .name }}
name: {{ .name }}