Commit 8fc41de
authored
fix: eliminating 'MAINTENANCE_OPERATOR_<xxx>' envs if 'useRequestor' is false (#1808)
Users should not see the following env variables, under network-operator
pod, in case `useRequestor=false`
```
- name: MAINTENANCE_OPERATOR_ENABLED
value: "false"
- name: MAINTENANCE_OPERATOR_REQUESTOR_ID
value: nvidia.network-operator-driver-upgrade-controller
- name: MAINTENANCE_OPERATOR_NODE_MAINTENANCE_PREFIX
value: network-operator
- name: MAINTENANCE_OPERATOR_REQUESTOR_NAMESPACE
value: default
```1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
0 commit comments