Commit 3dca5c9
committed
fix(helm): set catalog-cache to noop when datacatalog is disabled
When datacatalog.enabled=false in flyte-core, the catalog-cache config
still defaulted to type: datacatalog, causing DNS failures on every task
execution since the datacatalog service does not exist.
Conditionally render catalog.yaml with type: noop when datacatalog is
disabled, preventing connection attempts to a non-existent datacatalog
endpoint.
Closes #7155
Signed-off-by: Varun Nuthalapati <nuthalapativarun@gmail.com>1 parent 669c05c commit 3dca5c9
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
15 | 21 | | |
16 | 22 | | |
17 | 23 | | |
| |||
0 commit comments