Skip to content

Commit

Permalink
fix: Set POD_NAMESPACE env var on manager deployment (#4534)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsmith authored May 12, 2023
1 parent cf3cd1d commit 1b8d62c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ spec:
name: http
protocol: TCP
env:
- name: POD_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: WATCH_NAMESPACE
value: ""
- name: KEDA_HTTP_DEFAULT_TIMEOUT
Expand Down

0 comments on commit 1b8d62c

Please sign in to comment.