Skip to content

Commit

Permalink
[sniffer-agent] Fix mixed flag issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Denan Musinovic committed May 8, 2024
1 parent 80582bb commit 14b863e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/brokencrystals/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ spec:
image: ghcr.io/neuralegion/sniffer-agent:latest
args:
- "-a=$(API_URL)"
- "-p=$(API_KEY)"
- "-t=$(PROJECT_ID)"
- "-t=$(API_KEY)"
- "-p=$(PROJECT_ID)"
- "-i=$(NETWORK_INTERFACE)"
resources:
requests:
Expand Down

0 comments on commit 14b863e

Please sign in to comment.