Skip to content

Commit

Permalink
Fix labels in the EndpointAccess.redshift resource example
Browse files Browse the repository at this point in the history
Signed-off-by: Fatih Türken <[email protected]>
  • Loading branch information
turkenf committed May 20, 2024
1 parent 6ec8ba5 commit b76e566
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions examples/redshift/v1beta1/endpointaccess.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@ metadata:
meta.upbound.io/example-id: redshift/v1beta1/endpointaccess
labels:
testing.upbound.io/example-name: example
name: example
name: example-endpointaccess
spec:
forProvider:
clusterIdentifierSelector:
matchLabels:
testing.upbound.io/example-name: example
testing.upbound.io/example-name: example-endpointaccess
region: us-west-1
subnetGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: example
testing.upbound.io/example-name: example-endpointaccess
---
apiVersion: redshift.aws.upbound.io/v1beta1
kind: Cluster
metadata:
annotations:
meta.upbound.io/example-id: redshift/v1beta1/endpointaccess
labels:
testing.upbound.io/example-name: example
name: example
testing.upbound.io/example-name: example-endpointaccess
name: example-endpointaccess-c
spec:
forProvider:
clusterType: single-node
Expand All @@ -43,8 +43,8 @@ metadata:
annotations:
meta.upbound.io/example-id: redshift/v1beta1/endpointaccess
labels:
testing.upbound.io/example-name: foo
name: foo
testing.upbound.io/example-name: example-endpointaccess
name: example-endpointaccess-sg
spec:
forProvider:
region: us-west-1
Expand Down

0 comments on commit b76e566

Please sign in to comment.