Skip to content

Commit e26d91b

Browse files
authored
Merge pull request #50 from projectsyn/fix/library-name
Adjust component library name
2 parents 0848d28 + 2e387c5 commit e26d91b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

component/main.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ local dashboard = import 'grafana_dashboard.jsonnet';
33
local com = import 'lib/commodore.libjsonnet';
44
local kap = import 'lib/kapitan.libjsonnet';
55
local kube = import 'lib/kube.libjsonnet';
6-
local suc = import 'lib/suc.libjsonnet';
6+
local suc = import 'lib/system-upgrade-controller.libjsonnet';
77

88
local inv = kap.inventory();
99
// The hiera parameters for the component
File renamed without changes.

0 commit comments

Comments
 (0)