github.com/replicatedhq/ship@v0.55.0/integration/failing/base/helm-with-sub-charts/expected/installer/charts/rendered/clusterrole.yaml (about) 1 ##--- 2 # Source: datadog/templates/clusterrole.yaml 3 apiVersion: "rbac.authorization.k8s.io/v1" 4 kind: ClusterRole 5 metadata: 6 labels: 7 app: "ship-datadog" 8 chart: "datadog-1.0.1" 9 heritage: "Tiller" 10 release: "ship" 11 name: ship-datadog 12 rules: 13 - apiGroups: 14 - "" 15 resources: 16 - services 17 - events 18 - endpoints 19 - pods 20 - nodes 21 - componentstatuses 22 verbs: 23 - get 24 - list 25 - watch 26 - nonResourceURLs: 27 - "/version" 28 - "/healthz" 29 verbs: 30 - get 31 - apiGroups: # Kubelet connectivity 32 - "" 33 resources: 34 - nodes/metrics 35 - nodes/spec 36 - nodes/proxy 37 verbs: 38 - get