Skip to content

Instantly share code, notes, and snippets.

@RajputVaibhav
Created June 12, 2022 03:13
Show Gist options
  • Save RajputVaibhav/80e799351a11ffe00f90c8eed55906c7 to your computer and use it in GitHub Desktop.
Save RajputVaibhav/80e799351a11ffe00f90c8eed55906c7 to your computer and use it in GitHub Desktop.
For Medium blog on Crossplane
apiVersion: database.example.org/v1alpha1
kind: PostgreSQLInstance
metadata:
name: my-db
namespace: default
spec:
parameters:
storageGB: 20
compositionSelector:
matchLabels:
provider: aws
writeConnectionSecretToRef:
name: db-conn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment