Skip to content

Commit

Permalink
Fix app definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Aug 27, 2024
1 parent ae835ba commit 2cab5e1
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions resources/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ spec:
fetch:
- imgpkgBundle:
image: ghcr.io/educates/educates-lookup-service-installer:main
path: bundle

deploy:
- kapp:
rawOptions:
- --app-changes-max-to-keep=5
template:
- ytt:
paths:
Expand All @@ -26,3 +20,7 @@ spec:
paths:
- .imgpkg/images.yml
- "-"
deploy:
- kapp:
rawOptions:
- --app-changes-max-to-keep=5

0 comments on commit 2cab5e1

Please sign in to comment.