fix: empty tuple when using a custom service account
The use of coalesce() failed because both arguments are evaluated. When there is no script service account, the expression will error because the script_service_account tuple is empty. Use the ?: operator which short-circuits evaluation.
parent
a728822a
No related branches found
No related tags found
Loading
Please register or sign in to comment