Skip to content

Commit

Permalink
Add a standalone example manifest for the AccessKey.iam resource
Browse files Browse the repository at this point in the history
Signed-off-by: Alper Rifat Ulucinar <[email protected]>
  • Loading branch information
ulucinar committed Jun 6, 2024
1 parent d6c6ba8 commit feb1342
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions examples/iam/v1beta1/accesskey.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# SPDX-FileCopyrightText: 2024 The Crossplane Authors <https://crossplane.io>
#
# SPDX-License-Identifier: CC0-1.0

apiVersion: iam.aws.upbound.io/v1beta1
kind: AccessKey
metadata:
annotations:
meta.upbound.io/example-id: iam/v1beta1/accesskey
name: sample-access-key-${Rand.RFC1123Subdomain}
labels:
testing.upbound.io/example-name: user
spec:
forProvider:
userSelector:
matchLabels:
testing.upbound.io/example-name: accesskey
writeConnectionSecretToRef:
name: sample-access-key-secret
namespace: upbound-system

---

apiVersion: iam.aws.upbound.io/v1beta1
kind: User
metadata:
annotations:
meta.upbound.io/example-id: iam/v1beta1/accesskey
name: sample-user-${Rand.RFC1123Subdomain}
labels:
testing.upbound.io/example-name: accesskey
spec:
forProvider: {}

0 comments on commit feb1342

Please sign in to comment.