Skip to content

Commit f1b5a32

Browse files
authored
Merge pull request #1109 from projectsyn/fix/component-compile/argocd-mock-lib
Update `component compile` mock `argocd.libjsonnet`
2 parents 367261b + 01c2398 commit f1b5a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commodore/component/compile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ def _prepare_kapitan_inventory(
270270
argocd_libf.write(
271271
dedent(
272272
"""
273-
local ArgoApp(component, namespace, project='', secrets=true) = {};
273+
local ArgoApp(component, namespace, project='', secrets=true, base=null) = {};
274274
local ArgoProject(name) = {};
275275
276276
{

0 commit comments

Comments
 (0)