Revert back to kubeshark- as the resources prefix

This commit is contained in:
M. Mert Yildiran
2022-12-21 03:31:53 +03:00
parent 5881c8cbe6
commit e68766a2e3

View File

@@ -1,7 +1,7 @@
package kubernetes
const (
KubesharkResourcesPrefix = "ks-"
KubesharkResourcesPrefix = "kubeshark-"
FrontPodName = KubesharkResourcesPrefix + "front"
FrontServiceName = FrontPodName
HubPodName = KubesharkResourcesPrefix + "hub"