Skip to content

Commit

Permalink
final fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
arti-shalb committed Jun 19, 2024
1 parent fb0fd26 commit 913b9e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,6 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

- name: Run kubernetes/k8s-manifest/helm tests
run: cd tests/k8s/ && cdev apply --force -l debug && cdev destroy --force -l debug
run: |
export KUBE_CONTEXT=$(kubectl config current-context)
cd tests/k8s/ && cdev apply --force -l debug && cdev destroy --force -l debug
2 changes: 1 addition & 1 deletion tests/k8s/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ backend: default
variables:
k8s_conf:
config_path: {{ reqEnv "KUBECONFIG" }}
config_context: "k3d-test"
config_context: {{ reqEnv "KUBE_CONTEXT" }}
consul:
name_override: renamed-redis
nginx:
Expand Down

0 comments on commit 913b9e9

Please sign in to comment.