Skip to content

Commit

Permalink
fix: log file setup
Browse files Browse the repository at this point in the history
  • Loading branch information
xinnjie authored and tekton-robot committed Dec 26, 2024
1 parent a30eb04 commit e39a4fb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/components/logs-file/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ patches:
target:
kind: Deployment
name: api
- path: watcher.yaml
target:
kind: Deployment
name: watcher
15 changes: 15 additions & 0 deletions config/components/logs-file/watcher.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: watcher
spec:
template:
spec:
containers:
- name: watcher
args:
- -api_addr
- $(TEKTON_RESULTS_API_SERVICE)
- -auth_mode
- $(AUTH_MODE)
- -logs_api

0 comments on commit e39a4fb

Please sign in to comment.