Skip to content

Commit

Permalink
Fix namespace reference in app (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
bastjan authored Dec 1, 2021
1 parent 86b879b commit 06ba711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component/app.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local inv = kap.inventory();
local params = inv.parameters.cilium;
local argocd = import 'lib/argocd.libjsonnet';

local app = argocd.App('cilium', params.namespace);
local app = argocd.App('cilium', params._namespace);

{
cilium: app,
Expand Down

0 comments on commit 06ba711

Please sign in to comment.