From fc81e22c4aa598b183ab112bec4eb483910696d3 Mon Sep 17 00:00:00 2001 From: Matt Bush Date: Fri, 20 Oct 2023 14:28:46 -0700 Subject: [PATCH] Use unique names for identitystore examples so they can all be tested at once --- examples/identitystore/group.yaml | 4 ++-- examples/identitystore/groupmembership.yaml | 16 ++++++++-------- examples/identitystore/user.yaml | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/examples/identitystore/group.yaml b/examples/identitystore/group.yaml index 8432cc18e7..eb33c30baa 100644 --- a/examples/identitystore/group.yaml +++ b/examples/identitystore/group.yaml @@ -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 diff --git a/examples/identitystore/groupmembership.yaml b/examples/identitystore/groupmembership.yaml index cdede12ba9..cf4f9dbc85 100644 --- a/examples/identitystore/groupmembership.yaml +++ b/examples/identitystore/groupmembership.yaml @@ -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 --- @@ -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 @@ -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 diff --git a/examples/identitystore/user.yaml b/examples/identitystore/user.yaml index 86306a48c4..b9e4940afb 100644 --- a/examples/identitystore/user.yaml +++ b/examples/identitystore/user.yaml @@ -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