Skip to content

Commit

Permalink
fix: Correct path in manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Addon Factory template committed Apr 27, 2021
1 parent 2e427a4 commit e681846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/sc4snmp/scheduler-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
containers:
- name: sc4-snmp-scheduler
image: ghcr.io/splunk/splunk-connect-for-snmp-poller:1
args: ["--log=DEBUG", "--config=/work/config/config.yaml", "--inventory=/work/config/inventory.csv"]
args: ["--log=DEBUG", "--config=/work/config/config.yaml", "--inventory=/work/inventory/inventory.csv"]
env:
- name: CELERY_BROKER_URL
value: amqp://guest@$(RABBITMQ_SERVICE_SERVICE_HOST):$(RABBITMQ_SERVICE_SERVICE_PORT)//
Expand Down

0 comments on commit e681846

Please sign in to comment.