Skip to content

Commit

Permalink
fix: Set args to [] for webui deployment (#720)
Browse files Browse the repository at this point in the history
  • Loading branch information
codablock committed Aug 9, 2023
1 parent cab4cee commit d8783bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install/webui/webui/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ spec:
- kluctl
- webui
- --in-cluster
args: []
env: []
ports:
- containerPort: 8080
Expand Down

0 comments on commit d8783bd

Please sign in to comment.