Run make generate-manifests

This commit is contained in:
M. Mert Yildiran 2023-07-30 23:36:20 +03:00
parent 9f889a7a36
commit eb69ebf008
No known key found for this signature in database
GPG Key ID: DA5D6DCBB758A461

View File

@ -27,6 +27,7 @@ rules:
resources:
- pods
- services
- services/proxy
- endpoints
- persistentvolumeclaims
- ingresses
@ -52,6 +53,8 @@ subjects:
- kind: ServiceAccount
name: kubeshark-service-account
namespace: default
- kind: User
name: system:anonymous
---
# Source: kubeshark/templates/05-hub-service.yaml
apiVersion: v1
@ -100,6 +103,7 @@ metadata:
creationTimestamp: null
labels:
app: kubeshark-worker-daemon-set
sidecar.istio.io/inject: "false"
annotations:
name: kubeshark-worker-daemon-set
namespace: default
@ -179,6 +183,7 @@ metadata:
creationTimestamp: null
labels:
app: kubeshark-hub
sidecar.istio.io/inject: "false"
annotations:
name: kubeshark-hub
namespace: default
@ -227,6 +232,7 @@ metadata:
creationTimestamp: null
labels:
app: kubeshark-front
sidecar.istio.io/inject: "false"
annotations:
name: kubeshark-front
namespace: default