Skip to content

Commit abb322c

Browse files
committed
fix: apply correct gql migration on k8s
1 parent 7ab8730 commit abb322c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/k8s/kustomize/base/jobs/load-graphql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ spec:
3838
git clone https://github.com/PokeAPI/pokeapi.git &&
3939
cd pokeapi &&
4040
(git checkout $(POKEAPI_CHECKOUT_REF) || git checkout master) &&
41-
hasura md apply --endpoint http://graphql:8080 --project graphql --admin-secret $(HASURA_GRAPHQL_ADMIN_SECRET)
41+
hasura md apply --endpoint http://graphql:8080 --project graphql/v1beta2 --admin-secret $(HASURA_GRAPHQL_ADMIN_SECRET)

0 commit comments

Comments
 (0)