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 fbff57b commit 2bb1e34Copy full SHA for 2bb1e34
helm-util/README.md
@@ -36,7 +36,7 @@ local helm = import 'github.com/grafana/jsonnet-libs/helm-util/helm.libsonnet';
36
conf={
37
values: $.values,
38
flags: [
39
- '--version=%s % $.version',
+ '--version=%s' % $.version,
40
],
41
},
42
),
0 commit comments