* implement team creation for legacy store * add generated code * add basic integration test * add new fields to get and list teams * fix sql tests for teams * register dual writer for team resource * add generated code * add more sql tests for team creation * address feedback * add integration tests
12 lines
203 B
YAML
12 lines
203 B
YAML
apiVersion: iam.grafana.app/v0alpha1
|
|
kind: Team
|
|
metadata:
|
|
name: provisioned-team
|
|
spec:
|
|
title: "Provisioned Team"
|
|
email: provisioned@example.com
|
|
provisioned: true
|
|
externalUID: provisioned-uid
|
|
|
|
|