Skip to content

Commit

Permalink
Fix ingress resolver from service
Browse files Browse the repository at this point in the history
  • Loading branch information
sebt3 committed Feb 8, 2024
1 parent 0d59dad commit 7bfae5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 46 deletions.
7 changes: 2 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,14 @@
/back/resolvers/*/*
!/back/resolvers/k8s/custom.ts
!/back/resolvers/k8s/permissions.ts
!/back/resolvers/core/index.ts
!/back/resolvers/core/custom.ts
!/back/resolvers/core/*
!/back/resolvers/vynil/custom.ts
!/back/resolvers/vynil/Package.ts
!/back/resolvers/vynil/Category.ts
/back/schema/*
!/back/schema/core.graphql
/front/queries/*/*
!/front/queries/vynil/Dashboard.graphql
!/front/queries/core/CustomResourceDefinition.graphql
!/front/queries/core/GramoConfig.graphql
!/front/queries/core/*
/front/routes/index.ts
/front/routes/*/*
/front/components/*/
Expand Down
40 changes: 0 additions & 40 deletions front/queries/vynil/Dashboard.graphql

This file was deleted.

2 changes: 1 addition & 1 deletion utils/generator/back/tmpl.resolvers.ingress.ts.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
p['backend']['service'] != undefined &&
p['backend']['service']['name'] == svc['metadata']['name']
).length>0
))
).length>0)
},
{{/if}}

0 comments on commit 7bfae5d

Please sign in to comment.