We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7053ef8 commit d7983f0Copy full SHA for d7983f0
main.tf
@@ -306,5 +306,5 @@ resource "helm_release" "pod_reloader" {
306
)
307
308
# Set the values attribute conditionally
309
- values = var.reloader_custom_values != null ? yamldecode(var.reloader_custom_values) : []
+ values = var.reloader_custom_values != null ? [var.reloader_custom_values] : []
310
}
0 commit comments