Skip to content

Commit

Permalink
update production app
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenac95 committed May 17, 2024
1 parent a5ef095 commit 33998c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ops/k8s-apps/production/init-container.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app.kubernetes.io/name: dagster
spec:
template:
spec:
initContainers:
- name: check-db-ready
envFrom:
- configMapRef:
name: dagster-oso-extra-env
name: dagster-oso-extra-env

0 comments on commit 33998c9

Please sign in to comment.