fix default k8 deployment

This commit is contained in:
yashsinghcodes
2025-10-02 01:58:12 +05:30
parent 160352f5f3
commit dcc20e9c84
3 changed files with 14 additions and 20 deletions
+1 -1
View File
@@ -1586,7 +1586,7 @@ func initializeImages() {
if len(os.Getenv("REGISTRY_URL")) > 0 {
baseimageregistry = os.Getenv("REGISTRY_URL")
} else {
os.Setenv("REGISTRY_URL", baseimageregistry)
// os.Setenv("REGISTRY_URL", baseimageregistry)
}
os.Setenv("SHUFFLE_BASE_IMAGE_REGISTRY", baseimageregistry)