<@U06Q2QACFA9>, as others have said, you can mount...
# flyte-connectors
h
@billowy-church-83438, as others have said, you can mount multiple yaml files as in your example to get propeller to merge them. The merge logic is important to understand though; We use viper to load and merge config files, yaml maps (that's everything except those with
- <something>
inside them are considered maps) are merged additvely (existing keys are merged not replaced). Lists, however, are replaced (so if you have a list of 2 elements in one file and 3 elements in another, the last one wins with those 3 elements in the final config). I could be wrong though, I've not touched this code in a while. Can you show me an exact config map you are hoping to use? the one posted above doesn't have any overlap I could see...