Skip to content

Commit 219c4b3

Browse files
committed
Fix app manifests path
1 parent fa99883 commit 219c4b3

3 files changed

Lines changed: 1 addition & 13 deletions

File tree

component/app.jsonnet

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@ local inv = kap.inventory();
33
local params = inv.parameters.fluentbit;
44
local argocd = import 'lib/argocd.libjsonnet';
55

6-
local app = argocd.App(inv.parameters._instance, params.namespace) {
7-
spec+: {
8-
source+: {
9-
path: 'manifests/fluentbit/' + inv.parameters._instance,
10-
},
11-
},
12-
};
6+
local app = argocd.App(inv.parameters._instance, params.namespace);
137

148
{
159
[inv.parameters._instance]: app,
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
spec:
2-
source:
3-
path: manifests/fluentbit/fluentbit
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
spec:
2-
source:
3-
path: manifests/fluentbit/fluentbit

0 commit comments

Comments
 (0)