Skip to content

Commit

Permalink
fix: webhook-sprocessor overlays has wrong spec type
Browse files Browse the repository at this point in the history
  • Loading branch information
42atomys committed Jul 1, 2022
1 parent 508bbc1 commit 0560693
Showing 1 changed file with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ kind: Deployment
metadata:
name: webhooks-processor
spec:
jobTemplate:
template:
spec:
template:
spec:
containers:
- name: service
env:
- name: DATABASE_HOST
value: prod-primary-postgres
containers:
- name: service
env:
- name: DATABASE_HOST
value: prod-primary-postgres

0 comments on commit 0560693

Please sign in to comment.