Skip to content

Commit

Permalink
feat: add packages kustomization
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Miglinci <[email protected]>
  • Loading branch information
pmig authored and cdxker committed Oct 9, 2024
1 parent afc7497 commit 92ce2b0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions glasskube/argocd/glasskube/applicationset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ spec:
repoURL: https://github.com/pmig/trieve
targetRevision: pmig/gcp-hn-migration
path: '{{.path.path}}'
kustomize:
components:
- ./
destination:
server: https://kubernetes.default.svc
syncPolicy:
Expand Down
5 changes: 5 additions & 0 deletions glasskube/packages/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
namespace: trieve
resources:
- ../dependencies/redis.yaml
- ../dependencies/tika.yaml

0 comments on commit 92ce2b0

Please sign in to comment.