Skip to content

Commit

Permalink
feat(k8s/amour/scrutiny/collector): set host id
Browse files Browse the repository at this point in the history
  • Loading branch information
uhthomas committed Jan 20, 2024
1 parent 882d2ba commit 808f614
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions k8s/amour/scrutiny/collector/daemon_set_list.cue
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ import (
env: [{
name: "COLLECTOR_API_ENDPOINT"
value: "http://scrutiny-web"
}, {
name: "COLLECTOR_HOST_ID"
valueFrom: fieldRef: fieldPath: "spec.nodeName"
}, {
name: "COLLECTOR_RUN_STARTUP"
value: "true"
Expand Down

0 comments on commit 808f614

Please sign in to comment.