Files
charts/bitnami/wavefront/templates/tkgi-rolebinding.yaml
Carlos Rodríguez Hernández 92083825b2 [bitnami/wavefront] Sync upstream chart (#5658)
* 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
2021-03-03 11:41:17 +01:00

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 }}