Skip to content

Commit

Permalink
final_local_uptest
Browse files Browse the repository at this point in the history
Signed-off-by: ido-re <[email protected]>
  • Loading branch information
ido-re committed Feb 10, 2025
1 parent 001432a commit ad4d44d
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions examples/elasticache/v1beta1/usergroupassociation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
testing.upbound.io/example-name: exampleGroup
userIdSelector:
matchLabels:
testing.upbound.io/example-name: exampleUser
testing.upbound.io/example-name: exampleuser

---

Expand All @@ -24,9 +24,9 @@ metadata:
annotations:
meta.upbound.io/example-id: elasticache/v1beta1/usergroupassociation
labels:
testing.upbound.io/example-name: exampleUser
crossplane.io/external-name: exampleUser
name: example
testing.upbound.io/example-name: exampleuser
crossplane.io/external-name: exampleuser
name: exampleuser
spec:
forProvider:
accessString: on ~app::* -@all +@read +@hash +@bitmap +@geo -setbit -bitfield
Expand All @@ -36,15 +36,14 @@ spec:
authenticationMode:
- type: iam
region: us-west-1
userName: exampleUser
userName: exampleuser

---

apiVersion: elasticache.aws.upbound.io/v1beta1
kind: UserGroup
metadata:
annotations:
upjet.upbound.io/manual-intervention: "This resource needs a User resource and this User resource needs secrets that must contain valid credentials."
meta.upbound.io/example-id: elasticache/v1beta1/usergroupassociation
labels:
testing.upbound.io/example-name: exampleGroup
Expand All @@ -53,5 +52,5 @@ spec:
forProvider:
engine: REDIS
region: us-west-1
userIdRefs:
- name: test
userIds:
- default

0 comments on commit ad4d44d

Please sign in to comment.