File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments