Skip to content

Commit e49f013

Browse files
committed
chore(k8s): adding configurations based on run-tests.sh (#673)
1 parent 18f6707 commit e49f013

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

MANIFEST.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ include Dockerfile
1515
include LICENSE
1616
include pytest.ini
1717
include docs/openapi.json
18+
include sidecars/datastore/Dockerfile
1819
exclude .editorconfig
1920
exclude .prettierrc
2021
exclude .prettierignore
@@ -33,3 +34,6 @@ recursive-include tests *.py
3334
recursive-include tests *.finished
3435
recursive-include tests *.running
3536
recursive-include tests *.waiting
37+
recursive-include sidecars *.py
38+
recursive-include sidecars *.sh
39+

reana_workflow_controller/k8s.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
"""REANA Workflow Controller Kubernetes utils."""
88

9-
import json, os
10-
119
from kubernetes import client
1210
from kubernetes.client.rest import ApiException
1311
from reana_commons.config import (

reana_workflow_controller/workflow_run_manager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@
102102
KUEUE_ENABLED,
103103
KUEUE_LOCAL_QUEUE_NAME,
104104
REANA_RUNTIME_JOBS_KUBERNETES_TOLERATIONS,
105-
IMAGE_PULL_SECRETS,
106105
REANA_JOB_CONTROLLER_SECRET,
107106
)
108107

0 commit comments

Comments
 (0)