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
No known key found for this signature in database
GPG Key ID: DA5D6DCBB758A461

View File

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