mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-24 15:24:17 +00:00
Add namespace prefix to cluster scope resources (#1506)
Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
This commit is contained in:
parent
d78b0b987a
commit
6dc12af55b
@ -8,7 +8,7 @@ metadata:
|
|||||||
{{- if .Values.tap.annotations }}
|
{{- if .Values.tap.annotations }}
|
||||||
{{- toYaml .Values.tap.annotations | nindent 4 }}
|
{{- toYaml .Values.tap.annotations | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
name: kubeshark-cluster-role
|
name: kubeshark-cluster-role-{{ .Release.Namespace }}
|
||||||
namespace: {{ .Release.Namespace }}
|
namespace: {{ .Release.Namespace }}
|
||||||
rules:
|
rules:
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
|
@ -8,12 +8,12 @@ metadata:
|
|||||||
{{- if .Values.tap.annotations }}
|
{{- if .Values.tap.annotations }}
|
||||||
{{- toYaml .Values.tap.annotations | nindent 4 }}
|
{{- toYaml .Values.tap.annotations | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
name: kubeshark-cluster-role-binding
|
name: kubeshark-cluster-role-binding-{{ .Release.Namespace }}
|
||||||
namespace: {{ .Release.Namespace }}
|
namespace: {{ .Release.Namespace }}
|
||||||
roleRef:
|
roleRef:
|
||||||
apiGroup: rbac.authorization.k8s.io
|
apiGroup: rbac.authorization.k8s.io
|
||||||
kind: ClusterRole
|
kind: ClusterRole
|
||||||
name: kubeshark-cluster-role
|
name: kubeshark-cluster-role-{{ .Release.Namespace }}
|
||||||
subjects:
|
subjects:
|
||||||
- kind: ServiceAccount
|
- kind: ServiceAccount
|
||||||
name: {{ include "kubeshark.serviceAccountName" . }}
|
name: {{ include "kubeshark.serviceAccountName" . }}
|
||||||
|
Loading…
Reference in New Issue
Block a user