mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
rollback: kind
This commit is contained in:
parent
7ff7122699
commit
364b416b9d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker-k8s.yml
vendored
4
.github/workflows/docker-k8s.yml
vendored
|
@ -37,9 +37,9 @@ jobs:
|
|||
- name: Lint k8s
|
||||
run: (cd Resources/k8s/kustomize && yamllint .)
|
||||
- name: Create k8s Kind Cluster
|
||||
uses: helm/kind-action@v1.5.0
|
||||
uses: helm/kind-action@v1.1.0
|
||||
with:
|
||||
kubectl_version: v1.26.13
|
||||
version: v0.11.1
|
||||
- name: Create deployment configuration
|
||||
run: |
|
||||
cp Resources/k8s/kustomize/base/secrets/postgres.env.sample Resources/k8s/kustomize/base/secrets/postgres.env
|
||||
|
|
Loading…
Reference in a new issue