Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
achauve committed Sep 12, 2023
1 parent 8f2eaa6 commit 75a7cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kontinuous/env/dev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
image: bitnami/kubectl
run: |
indice_pod=$(kubectl get pods -o name -n {{ .Values.global.namespace }} | grep indice)
kubectl exec $pod -- .venv/bin/python call_all_tasks.py
kubectl exec $indice_pod -- .venv/bin/python call_all_tasks.py

0 comments on commit 75a7cdb

Please sign in to comment.