Skip to content

Commit 12a8a4c

Browse files
committed
fix: namespace
1 parent 3f0b79b commit 12a8a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/k8s-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
sed -i -e "s#{{STACK}}#${ENV}#g" k8s-env/opencrvs/values.yaml
9999
- name: "FIXME: temporary remove data-migration job due to issues"
100100
run: |
101-
kubectl delete job -n ${namespace} --ignore-not-found=true data-migration || true
101+
kubectl delete job -n "opencrvs-${ENV}" --ignore-not-found=true data-migration || true
102102
- name: Deploy with Helm
103103
run: |
104104
helm upgrade --install opencrvs oci://ghcr.io/opencrvs/opencrvs-services \

0 commit comments

Comments
 (0)