Skip to content

Commit

Permalink
Remove the envFrom for farmhand-db
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakycrow committed Dec 24, 2024
1 parent a2de9dc commit fb09442
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions k8s/base/api/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ spec:
envFrom:
- configMapRef:
name: farmhand-api-config
- secretRef:
name: farmhand-db
- secretRef:
name: twitch-credentials
- secretRef:
Expand Down
2 changes: 0 additions & 2 deletions k8s/base/queue/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ spec:
envFrom:
- configMapRef:
name: farmhand-queue-config
- secretRef:
name: farmhand-db
env:
- name: DATABASE_URL
valueFrom:
Expand Down

0 comments on commit fb09442

Please sign in to comment.