Skip to content

Commit d0a32c1

Browse files
esreviefaure
andauthored
[ci] update namespace dev testing deployment (#14561)
Co-authored-by: Eloise Faure <eloise.faure@filigran.io>
1 parent b075639 commit d0a32c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ jobs:
868868
steps:
869869
- checkout
870870
- kubernetes/install-kubectl
871-
- run: kubectl --server=https://api.staging.eu-west.filigran.io --token=$K8S_TOKEN -n customer-testing rollout restart deployment -l app=opencti
871+
- run: kubectl --server=https://api.staging.eu-west.filigran.io --token=$K8S_TOKEN -n customer-testing-octi rollout restart deployment -l app=opencti
872872

873873
deploy_prerelease:
874874
docker:
@@ -892,7 +892,7 @@ jobs:
892892
steps:
893893
- checkout
894894
- kubernetes/install-kubectl
895-
- run: kubectl --server=https://api.staging.eu-west.filigran.io --token=$K8S_TOKEN_DEV -n customer-dev rollout restart deployment -l app=opencti
895+
- run: kubectl --server=https://api.staging.eu-west.filigran.io --token=$K8S_TOKEN_DEV -n customer-dev-octi rollout restart deployment -l app=opencti
896896

897897
notify_rolling:
898898
docker:

0 commit comments

Comments
 (0)