Difference between revisions of "Helm show all grafana/grafana"

From wikieduonline
Jump to navigation Jump to search
(Created page with "<pre> apiVersion: v2 appVersion: 8.2.5 description: The leading tool for querying and visualizing time series and metrics. home: https://grafana.net icon: https://raw.githubus...")
 
Line 22: Line 22:
 
type: application
 
type: application
 
version: 6.17.8
 
version: 6.17.8
 +
 +
---
 +
rbac:
 +
  create: true
 +
  ## Use an existing ClusterRole/Role (depending on rbac.namespaced false/true)
 +
  # useExistingRole: name-of-some-(cluster)role
 +
  pspEnabled: true
 +
  pspUseAppArmor: true
 +
  namespaced: false
 +
  extraRoleRules: []
 +
  # - apiGroups: []
 +
  #  resources: []
 +
  #  verbs: []
 +
  extraClusterRoleRules: []
 +
  # - apiGroups: []
 +
  #  resources: []
 +
  #  verbs: []
 +
serviceAccount:
 +
  create: true
 +
  name:
 +
  nameTest:
 +
#  annotations:
 +
#    eks.amazonaws.com/role-arn: arn:aws:iam::123456789000:role/iam-role-name-here
 +
  autoMount: true
 +
 +
replicas: 1

Revision as of 19:42, 5 December 2021

apiVersion: v2
appVersion: 8.2.5
description: The leading tool for querying and visualizing time series and metrics.
home: https://grafana.net
icon: logo_transparent_400x.png
kubeVersion: ^1.8.0-0
maintainers:
- email: [email protected]
  name: zanhsieh
- email: [email protected]
  name: rtluckie
- email: [email protected]
  name: maorfr
- email: [email protected]
  name: Xtigyro
- email: [email protected]
  name: torstenwalter
name: grafana
sources:
- https://github.com/grafana/grafana
type: application
version: 6.17.8

---
rbac:
  create: true
  ## Use an existing ClusterRole/Role (depending on rbac.namespaced false/true)
  # useExistingRole: name-of-some-(cluster)role
  pspEnabled: true
  pspUseAppArmor: true
  namespaced: false
  extraRoleRules: []
  # - apiGroups: []
  #   resources: []
  #   verbs: []
  extraClusterRoleRules: []
  # - apiGroups: []
  #   resources: []
  #   verbs: []
serviceAccount:
  create: true
  name:
  nameTest:
#  annotations:
#    eks.amazonaws.com/role-arn: arn:aws:iam::123456789000:role/iam-role-name-here
  autoMount: true

replicas: 1

Advertising: