Skip to content

Commit

Permalink
docs: add AccessKey example (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
tenstad authored Feb 14, 2025
1 parent d0aa4e2 commit cd0a940
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions examples/v1alpha1/user.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,14 @@ spec:
storageQuotaBytes: 1Ti
providerConfigRef:
name: example
---
apiVersion: user.cloudian.crossplane.io/v1alpha1
kind: AccessKey
metadata:
name: bar
spec:
forProvider:
userIdRef:
name: bar
providerConfigRef:
name: example

0 comments on commit cd0a940

Please sign in to comment.