This repository has no description
0

Configure Feed

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

chore(k8s): inherit some env from churros config

+17
+17
kubernetes/notella/deployment.yaml
··· 40 40 key: uri 41 41 - name: DATABASE_URL 42 42 value: $(DATABASE_BASE_URL)?pool_timeout=60 43 + - name: APP_PACKAGE_ID 44 + valueFrom: 45 + configMapKeyRef: 46 + key: PUBLIC_APP_PACKAGE_ID 47 + name: churros-config 48 + - name: FIREBASE_SERVICE_ACCOUNT 49 + valueFrom: 50 + secretKeyRef: 51 + key: FIREBASE_ADMIN_SERVICE_ACCOUNT_KEY 52 + name: churros-secrets 53 + - name: CONTACT_EMAIL 54 + valueFrom: 55 + configMapKeyRef: 56 + key: PUBLIC_CONTACT_EMAIL 57 + name: churros-config 43 58 envFrom: 44 59 - configMapRef: 45 60 name: churros-config 61 + - configMapRef: 62 + name: notella-config 46 63 - secretRef: 47 64 name: churros-secrets 48 65 initContainers: