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 75a7cdb commit 13cb0b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .kontinuous/env/dev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
kubernetes: true
image: bitnami/kubectl
run: |
indice_pod=$(kubectl get pods -o name -n {{ .Values.global.namespace }} | grep indice)
kubectl exec $indice_pod -- .venv/bin/python call_all_tasks.py
indice_pod=$(kubectl get pods -o name -n {{ .Values.global.namespace }} | grep pod/indice)
kubectl exec $indice_pod -n {{ .Values.global.namespace }} -- .venv/bin/python call_all_tasks.py

0 comments on commit 13cb0b1

Please sign in to comment.