Files
grafana/pkg/tests/apis/iam/testdata/user-test-create-duplicate-email-v0.yaml
Misi 9c676b3ae7 IAM: Rename Name to Title in UserSpec (#112862)
* Use Title as the name of the display name for User

* Align tests
2025-10-23 16:03:28 +02:00

12 lines
231 B
YAML

apiVersion: iam.grafana.app/v0alpha1
kind: User
metadata:
namespace: default
name: testuser-email-1
spec:
email: testuser-email-1@example
login: testuser-email-1
title: Test User Email 1
provisioned: false
role: None