Skip to content

Commit

Permalink
fix: provide to worker prepared env vars
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Kheifets <[email protected]>
  • Loading branch information
ikheifets-splunk committed Nov 20, 2024
1 parent 344fb19 commit a873149
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
image: mher/flower
env:
- name: CELERY_BROKER_URL
value: redis://snmp-redis-headless:6379/0
value: {{ include "splunk-connect-for-snmp.celery_url" . }}
ports:
- containerPort: 5555
{{- end }}

0 comments on commit a873149

Please sign in to comment.