sigs.k8s.io/cluster-api@v1.7.1/hack/observability/kube-state-metrics/values.yaml (about) 1 # Add the CR configuration from the config map. 2 volumeMounts: 3 - mountPath: /etc/config 4 name: config-volume 5 6 volumes: 7 - emptyDir: {} 8 name: config-volume 9 10 extraArgs: 11 - "--custom-resource-state-config-file=/etc/config/crd-metrics-config.yaml" 12 13 rbac: 14 extraRules: 15 - apiGroups: 16 - apiextensions.k8s.io 17 resources: 18 - customresourcedefinitions 19 verbs: 20 - get 21 - list 22 - watch