Skip to content

Commit

Permalink
Pass config to cron (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
wilson1000 authored Apr 11, 2024
1 parent 57e9d95 commit 621beb1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/development/deployment.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ spec:
image: ${ECR_URL}:${IMAGE_TAG_CRON}
securityContext:
runAsUser: 3001
envFrom:
- configMapRef:
name: ${KUBE_NAMESPACE}

- name: fpm
image: ${ECR_URL}:${IMAGE_TAG_FPM}
Expand Down

0 comments on commit 621beb1

Please sign in to comment.