```apiVersion: <http://postgresql.cnpg.io/v1|postg...
# workshop-infrastructure-platform-engineering
c
Copy code
apiVersion: <http://postgresql.cnpg.io/v1|postgresql.cnpg.io/v1>
kind: Cluster
metadata:
  name: my-cluster
spec:
  instances: 1

  storage:
    size: 100M
  bootstrap:
    initdb:
      database: my-cluster
      owner: scott
      secret:
        name: my-cluster-secret
d
I missed the step on how to open the repo in an IDE
m
me too
t
not on the container it was on his local
d
the command is hidden by his IDE though
but I figured out I needed --output yaml