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 d995b92 commit 92d4e33Copy full SHA for 92d4e33
templates/client.hcl.j2
@@ -90,6 +90,6 @@ client {
90
91
{% for key, value in nomad_plugins.items() %}
92
plugin "{{ key }}" {
93
-{{ plugin_config(value) }}
+{{ plugin_config(value) | replace('\'', '\"') }}
94
}
95
{% endfor %}
0 commit comments