chore(work): add Crossplane examples
This commit is contained in:
parent
c3edbddce8
commit
31a9a4ce92
10 changed files with 375 additions and 0 deletions
17
bootstrap/crossplane/example-managed-resources/s3.test.yaml
Normal file
17
bootstrap/crossplane/example-managed-resources/s3.test.yaml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
apiVersion: s3.aws.upbound.io/v1beta2
|
||||
kind: Bucket
|
||||
metadata:
|
||||
annotations:
|
||||
meta.upbound.io/example-id: s3/v1beta2/bucket
|
||||
labels:
|
||||
testing.upbound.io/example-name: s3
|
||||
name: masos-crossplane-test
|
||||
spec:
|
||||
forProvider:
|
||||
objectLockEnabled: true
|
||||
region: us-east-1
|
||||
tags:
|
||||
example-tag: some-value
|
||||
|
||||
providerConfigRef:
|
||||
name: s3
|
||||
Loading…
Add table
Add a link
Reference in a new issue