Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 480 Bytes

crossplane.md

File metadata and controls

25 lines (16 loc) · 480 Bytes

Setup PostgreSQL DB In The Production Environment With Crossplane

TODO: Intro

TODO: Install Crossplane

Setup

export XP_DESTINATION=$(\
    yq ".crossplane.destination" settings.yaml)

cat crossplane/create-secret-$XP_DESTINATION.sh

chmod +x crossplane/create-secret-$XP_DESTINATION.sh

./crossplane/create-secret-$XP_DESTINATION.sh

How Did You Define Your App?