Skip to content

Commit

Permalink
Use unique names for identitystore examples so they can all be tested…
Browse files Browse the repository at this point in the history
… at once
  • Loading branch information
mbbush committed Oct 20, 2023
1 parent cae3a96 commit fc81e22
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions examples/identitystore/group.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
meta.upbound.io/example-id: identitystore/v1beta1/group
upjet.upbound.io/manual-intervention: "This resource requires a valid identityStoreId"
labels:
testing.upbound.io/example-name: this
name: this
testing.upbound.io/example-name: example-group
name: example-group
spec:
forProvider:
description: Example description
Expand Down
16 changes: 8 additions & 8 deletions examples/identitystore/groupmembership.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ metadata:
meta.upbound.io/example-id: identitystore/v1beta1/groupmembership
upjet.upbound.io/manual-intervention: "This resource requires a valid identityStoreId"
labels:
testing.upbound.io/example-name: example
name: example
testing.upbound.io/example-name: example-membership
name: example-membership
spec:
forProvider:
groupIdSelector:
matchLabels:
testing.upbound.io/example-name: example
testing.upbound.io/example-name: example-membership
identityStoreId: FILL IN MANUALLY
memberIdSelector:
matchLabels:
testing.upbound.io/example-name: example
testing.upbound.io/example-name: example-membership
region: us-east-1

---
Expand All @@ -27,8 +27,8 @@ metadata:
meta.upbound.io/example-id: identitystore/v1beta1/groupmembership
upjet.upbound.io/manual-intervention: "This resource requires a valid identityStoreId"
labels:
testing.upbound.io/example-name: example
name: example
testing.upbound.io/example-name: example-membership
name: example-membership
spec:
forProvider:
description: Some group name
Expand All @@ -45,8 +45,8 @@ metadata:
meta.upbound.io/example-id: identitystore/v1beta1/groupmembership
upjet.upbound.io/manual-intervention: "This resource requires a valid identityStoreId"
labels:
testing.upbound.io/example-name: example
name: example
testing.upbound.io/example-name: example-membership
name: example-membership
spec:
forProvider:
displayName: John Doe
Expand Down
4 changes: 2 additions & 2 deletions examples/identitystore/user.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
meta.upbound.io/example-id: identitystore/v1beta1/user
upjet.upbound.io/manual-intervention: "This resource requires a valid identityStoreId"
labels:
testing.upbound.io/example-name: example
name: example
testing.upbound.io/example-name: example-user
name: example-user
spec:
forProvider:
displayName: John Doe
Expand Down

0 comments on commit fc81e22

Please sign in to comment.