This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

chore(k8s): don't initContainer prisma migrator here

-12
-12
kubernetes/notella/deployment.yaml
··· 62 62 name: notella-config 63 63 - secretRef: 64 64 name: churros-secrets 65 - initContainers: 66 - - image: churros.inpt.fr/churros/churros/prisma:latest 67 - name: migrator 68 - imagePullPolicy: IfNotPresent 69 - env: 70 - - name: DATABASE_BASE_URL 71 - valueFrom: 72 - secretKeyRef: 73 - name: churros-postgresql-app 74 - key: uri 75 - - name: DATABASE_URL 76 - value: $(DATABASE_BASE_URL)?pool_timeout=60