View | Details | Raw Unified | Return to bug 60238
Collapse All | Expand All

(-)a/podsec-k8s/bin/podsec-u7s-functions (-6 / +1 lines)
Lines 298-309 function setRegistryName() { Link Here
298
	U7S_REGISTRY_PLATFORM=$U7S_REGISTRY
298
	U7S_REGISTRY_PLATFORM=$U7S_REGISTRY
299
	if [ -n "$U7S_PLATFORM" ]
299
	if [ -n "$U7S_PLATFORM" ]
300
	then
300
	then
301
		if [ ${U7S_PLATFORM:0:8} = 'k8s-c10f' ]
301
		U7S_REGISTRY_PLATFORM+="/$U7S_PLATFORM"
302
		then
303
			U7S_REGISTRY_PLATFORM+="/c10f"
304
		else
305
			U7S_REGISTRY_PLATFORM+="/$U7S_PLATFORM"
306
		fi
307
	fi
302
	fi
308
# 	getKuberLastPatchVersion
303
# 	getKuberLastPatchVersion
309
	export U7S_REGISTRY_PLATFORM
304
	export U7S_REGISTRY_PLATFORM

Return to bug 60238