docker-sdp support configs/secrets as list of strings #1
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
This does not work as it crashes the current code that expects a dictionary:
Instead one has to write
which will not work with the secret approach we currently take.
While we could rewrite the list to a dictionary, this feels like a bit much rewriting so we should instead throw a proper error that lets the user know that they should rewrite their yaml slightly.
The text was updated successfully, but these errors were encountered: