mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-07 21:39:49 +00:00
⚡ Run make generate-manifests
This commit is contained in:
parent
9f889a7a36
commit
eb69ebf008
@ -27,6 +27,7 @@ rules:
|
|||||||
resources:
|
resources:
|
||||||
- pods
|
- pods
|
||||||
- services
|
- services
|
||||||
|
- services/proxy
|
||||||
- endpoints
|
- endpoints
|
||||||
- persistentvolumeclaims
|
- persistentvolumeclaims
|
||||||
- ingresses
|
- ingresses
|
||||||
@ -52,6 +53,8 @@ subjects:
|
|||||||
- kind: ServiceAccount
|
- kind: ServiceAccount
|
||||||
name: kubeshark-service-account
|
name: kubeshark-service-account
|
||||||
namespace: default
|
namespace: default
|
||||||
|
- kind: User
|
||||||
|
name: system:anonymous
|
||||||
---
|
---
|
||||||
# Source: kubeshark/templates/05-hub-service.yaml
|
# Source: kubeshark/templates/05-hub-service.yaml
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
@ -100,6 +103,7 @@ metadata:
|
|||||||
creationTimestamp: null
|
creationTimestamp: null
|
||||||
labels:
|
labels:
|
||||||
app: kubeshark-worker-daemon-set
|
app: kubeshark-worker-daemon-set
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
annotations:
|
annotations:
|
||||||
name: kubeshark-worker-daemon-set
|
name: kubeshark-worker-daemon-set
|
||||||
namespace: default
|
namespace: default
|
||||||
@ -179,6 +183,7 @@ metadata:
|
|||||||
creationTimestamp: null
|
creationTimestamp: null
|
||||||
labels:
|
labels:
|
||||||
app: kubeshark-hub
|
app: kubeshark-hub
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
annotations:
|
annotations:
|
||||||
name: kubeshark-hub
|
name: kubeshark-hub
|
||||||
namespace: default
|
namespace: default
|
||||||
@ -227,6 +232,7 @@ metadata:
|
|||||||
creationTimestamp: null
|
creationTimestamp: null
|
||||||
labels:
|
labels:
|
||||||
app: kubeshark-front
|
app: kubeshark-front
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
annotations:
|
annotations:
|
||||||
name: kubeshark-front
|
name: kubeshark-front
|
||||||
namespace: default
|
namespace: default
|
||||||
|
Loading…
Reference in New Issue
Block a user