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 0d5c211 commit 2bead07Copy full SHA for 2bead07
helm-util/helm.libsonnet
@@ -30,7 +30,7 @@ local d = import 'github.com/sh0rez/docsonnet/doc-util/main.libsonnet';
30
template(name, chart, conf={})::
31
this.patchLabels(
32
std.native('helmTemplate')(name, chart, conf),
33
- defaultLabels
+ this.defaultLabels
34
),
35
36
'#patchKubernetesObjects':: d.fn(
0 commit comments