Skip to content

Commit

Permalink
fix: Use namespace filter in development
Browse files Browse the repository at this point in the history
  • Loading branch information
NoUseFreak committed Oct 15, 2022
1 parent 4bac411 commit 9c192c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
build:
context: .
target: build-server
command: sh -c 'go install github.com/cosmtrek/air@latest && air main.go --namespace argocd'
command: sh -c 'go install github.com/cosmtrek/air@latest && air --build.args_bin="--namespace argocd"'
volumes:
- ~/.kube:/root/.kube
ports:
Expand Down

0 comments on commit 9c192c7

Please sign in to comment.