github.com/verrazzano/verrazzano@v1.7.0/platform-operator/helm_config/charts/verrazzano-fluentd/templates/clusterrole.yaml (about) 1 # Copyright (c) 2022, Oracle and/or its affiliates. 2 # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. 3 4 apiVersion: rbac.authorization.k8s.io/v1 5 kind: ClusterRole 6 metadata: 7 name: {{ .Values.logging.name }} 8 rules: 9 - apiGroups: 10 - "" 11 resources: 12 - namespaces 13 - pods 14 verbs: 15 - get 16 - list 17 - watch