Skip to content

Commit

Permalink
fix: indent of comment
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Berger <[email protected]>
  • Loading branch information
adberger committed Oct 1, 2024
1 parent 82d7d33 commit cecd6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

local labels = {
join_labels: config['%ss_join_labels' % kind],
// since the label 'job' is reserved, the resource with kind Job uses the label 'job_name' instead
// since the label 'job' is reserved, the resource with kind Job uses the label 'job_name' instead
on_labels: ['%s' % (if kind == 'job' then 'job_name' else kind), '%s' % config.namespaceLabel, '%s' % config.clusterLabel],
metric: 'kube_%s_labels' % kind,
};
Expand Down

0 comments on commit cecd6eb

Please sign in to comment.