Skip to content
Snippets Groups Projects

fix sed typo on mdm-uri according to @karamolegkos suggestion in issue 16 of PDLC-Deployment

Closed Konstantinos Karageorgos requested to merge icom-bug-fix into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -156,7 +156,7 @@ sed -i 's/sonem-worker/c1/' gnn_model/gnn_controller.yaml
sed -i 's/sonem-worker/c1/' gnn_model/gnn_inference.yaml
sed -i 's/sonem-worker/c1/' rl_model/rl-model-deployment.yaml
sed -i 's/sonem/kind/' data_preprocessing/pdlc-dp-deployment.yaml
sed -i 's/"http://mdm-controller-service.he-codeco-mdm.svc.cluster.local:5080"/"http://mdm-api.he-codeco-mdm.svc.cluster.local:8090"/' data_preprocessing/pdlc-dp-deployment.yaml
sed -i 's|"http://mdm-controller-service.he-codeco-mdm.svc.cluster.local:5080"|"http://mdm-api.he-codeco-mdm.svc.cluster.local:8090"|' data_preprocessing/pdlc-dp-deployment.yaml
chmod -R 777 apply_yamls.sh
./apply_yamls.sh
cd ..
Loading