Commit f200bdc
authored
Make schemaLoader optional in the API chart (#32)
* Make schemaLoader optional in the API chart
Add an `enabled` flag to the schemaLoader configuration to allow users
to disable the schema loader Job when not needed. The default value is
`true` to maintain backward compatibility.
* apply suggestions1 parent 142a636 commit f200bdc
File tree
3 files changed
+7
-0
lines changed- scalarflow/charts/api
- templates/schemaloader
3 files changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| 64 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
193 | 196 | | |
194 | 197 | | |
195 | 198 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| 109 | + | |
| 110 | + | |
109 | 111 | | |
110 | 112 | | |
111 | 113 | | |
| |||
0 commit comments