Skip to content

Commit

Permalink
Add main configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
zabil committed Oct 18, 2024
1 parent df115ca commit 6c2259a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions examples/token.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
apiVersion: api.unleash.crossplane.io/v1alpha1
kind: Token
metadata:
annotations:
meta.upbound.io/example-id: api/v1alpha1/token
labels:
testing.upbound.io/example-name: client_token
name: unleash-client-token
spec:
forProvider:
environment: development
expiresAt: "2024-12-31T23:59:59Z"
project: default
tokenName: client-token-name
type: client

0 comments on commit 6c2259a

Please sign in to comment.