mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-23 14:58:44 +00:00
⏪ Revert back to kubeshark-
as the resources prefix
This commit is contained in:
parent
5881c8cbe6
commit
e68766a2e3
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user