Skip to content

Commit

Permalink
Merge pull request #110 from vaibhavjainwiz/generic-route
Browse files Browse the repository at this point in the history
Set Env to define POD_NAMESPACE
  • Loading branch information
openshift-ci[bot] authored Oct 26, 2023
2 parents 5aed94d + 759b5ae commit c1f9611
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ spec:
imagePullPolicy: Always
securityContext:
allowPrivilegeEscalation: false
env:
- name: POD_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit c1f9611

Please sign in to comment.