Skip to content

Commit

Permalink
fix: load image into Kind
Browse files Browse the repository at this point in the history
  • Loading branch information
Naramsim committed Jun 2, 2024
1 parent a22234d commit 5f4c20a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ jobs:
cp Resources/k8s/kustomize/base/secrets/postgres.env.sample Resources/k8s/kustomize/base/secrets/postgres.env
cp Resources/k8s/kustomize/base/secrets/graphql.env.sample Resources/k8s/kustomize/base/secrets/graphql.env
cp Resources/k8s/kustomize/base/config/pokeapi.env.sample Resources/k8s/kustomize/base/config/pokeapi.env
- name: Load local image to Kind
run: kind load docker-image pokeapi/pokeapi:local
- name: K8s Apply
run: |
make kustomize-local-apply
Expand Down

0 comments on commit 5f4c20a

Please sign in to comment.