Skip to content

Commit e8cd1db

Browse files
committed
added localhost to ird
1 parent cbd64b6 commit e8cd1db

File tree

1 file changed

+1
-1
lines changed
  • manufacturing-ai-suite/industrial-edge-insights-vision/tests/common_library

1 file changed

+1
-1
lines changed

manufacturing-ai-suite/industrial-edge-insights-vision/tests/common_library/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ def update_values_helm(self, value):
455455
with open("helm/values.yaml", 'r') as file:
456456
values_data = yaml.safe_load(file)
457457
env_updates = {
458-
"HOST_IP": hostIP, "MINIO_ACCESS_KEY": "minioadmin", "MINIO_SECRET_KEY": "minioadmin", "POSTGRES_PASSWORD": "test1234", "SAMPLE_APP": sample_app_name,
458+
"HOST_IP": "localhost", "MINIO_ACCESS_KEY": "minioadmin", "MINIO_SECRET_KEY": "minioadmin", "POSTGRES_PASSWORD": "test1234", "SAMPLE_APP": sample_app_name,
459459
"no_proxy": "localhost,127.0.0.1,.local,.cluster.local,mraas-minio",
460460
"NO_PROXY": "localhost,127.0.0.1,.local,.cluster.local,mraas-minio"
461461
}

0 commit comments

Comments
 (0)