mirror of
https://github.com/bitnami/charts.git
synced 2026-03-14 06:47:28 +08:00
* Add option to support TKGi dashboards (d73f33a220) * Enable runtime configs (e99827e2aa) * Fix mongodb discovery rule (52e3de45d4\#diff-7f3f4a4c7bd75e11a3457030348df2517e39a64922f6894591264b512e99bf3d) * Pks prefix tweaks (6de7391746) * Add psp for tkgi (94263f8295) * Enable sink level filtering (844ae6aef2) * Unlock traceJaegerApplicationName and traceZipkinApplicationName (ede40189ce) * Omits peripheral metrics (internal, host OS and few k8s system metrics by default) (ffbeea7c70) * Add secrets permissions (4c423b8e0d) * Use common.tplvalues.render instead of tpl (toYaml) * Remove intermediate psp parameter in tkgi value
16 lines
392 B
YAML
16 lines
392 B
YAML
{{- if .Values.tkgi.enabled }}
|
|
kind: RoleBinding
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
metadata:
|
|
name: rolebinding-default-restricted-sa-ns_wavefront
|
|
namespace: {{ .Release.Namespace }}
|
|
roleRef:
|
|
kind: ClusterRole
|
|
name: psp:restricted
|
|
apiGroup: rbac.authorization.k8s.io
|
|
subjects:
|
|
- kind: Group
|
|
apiGroup: rbac.authorization.k8s.io
|
|
name: system:serviceaccounts
|
|
{{ end }}
|