Commit e312adc
committed
Update OperatorConditionSpec
This commit introduces two changes to the OperatorConditionSpec.
The first change is the addition of a field named ServiceAccounts
which represents the list of ServiceAccounts that should be listed in
the RoleBinding that allows the service accoutns to update the
operator's OperatorCondition object.
The second change is the addition of a field named Deployments which
represents the list of deployments whose containers should be updated to
include the OPERATOR_CONDITION_NAME environment variable.1 parent f55ec86 commit e312adc
File tree
5 files changed
+34
-9
lines changed- crds
- pkg/operators/v1
5 files changed
+34
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
44 | 48 | | |
45 | 49 | | |
46 | 50 | | |
| |||
110 | 114 | | |
111 | 115 | | |
112 | 116 | | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
113 | 121 | | |
114 | 122 | | |
115 | 123 | | |
| |||
0 commit comments