Skip to content

Commit 2bead07

Browse files
authored
Update helm.libsonnet (#331)
1 parent 0d5c211 commit 2bead07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm-util/helm.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ local d = import 'github.com/sh0rez/docsonnet/doc-util/main.libsonnet';
3030
template(name, chart, conf={})::
3131
this.patchLabels(
3232
std.native('helmTemplate')(name, chart, conf),
33-
defaultLabels
33+
this.defaultLabels
3434
),
3535

3636
'#patchKubernetesObjects':: d.fn(

0 commit comments

Comments
 (0)