2 # DaemonSet or Deployment
5 # Adds a custom revisionHistoryLimit for either Deployment or DaemonSet
6 revisionHistoryLimit: 10
7 # Adds additional labels to pods
8 additionalPodLabels: {}
13 repository: cgr.dev/scratch-images/test-tmp/cert-exporter
14 # The default tag is ".Chart.AppVersion", only set "tag" to override that
15 tag: 2.18.0-r12@sha256:20733f5aac5b759763f294b4f471e56b3776486a34d14c62239f217e33154c98
16 pullPolicy: IfNotPresent
19 - --secrets-annotation-selector=cert-manager.io/certificate-name
20 - --secrets-include-glob=*.crt
25 # fieldPath: spec.nodeName
29 deploymentAnnotations: {}
34 # prometheus.io/scrape: true
35 # prometheus.io/port: 8080
36 # prometheus.io/path: /metrics
38 podSecurityContext: {}
45 # readOnlyRootFilesystem: true
63 # path: /var/lib/kubelet
66 # - mountPath: /var/lib/kubelet/pki
67 # mountPropagation: HostToContainer
75 portName: http-metrics
76 # Annotations to add to the service
78 # Requires prometheus-operator to be installed
83 prometheus.io/load-rule: "true"
84 ## Scrape interval. If not set, the Prometheus default scrape interval is used.
87 ## metric relabel configs to apply to samples before ingestion.
91 # regex: 'kube_(daemonset|deployment|pod|namespace|node|statefulset).+'
92 # sourceLabels: [__name__]
94 # relabel configs to apply to samples before ingestion.
97 # - sourceLabels: [__meta_kubernetes_pod_node_name]
100 # targetLabel: nodename
105 # Specifies whether a service account should be created
107 # Annotations to add to the service account
109 # The name of the service account to use.
110 # If not set and create is true, a name is generated using the fullname template
113 # New role to grant to the service account
115 # Annotations to add to the service account
120 resources: ["secrets"]
121 verbs: ["get", "list"]
123 resources: ["namespaces"]
124 verbs: ["get", "list"]
127# Extra manifests to deploy as an array
130# apiVersion: rbac.authorization.k8s.io/v1
136# resources: ["configmaps", "secrets"]
137# verbs: ["get", "list"]
139# apiVersion: rbac.authorization.k8s.io/v1
144# apiGroup: rbac.authorization.k8s.io
148# - kind: ServiceAccount
152 # Labels to add to all dashboard ConfigMaps
154 grafana_dashboard: "1"
155 certManagerDashboard:
157 namespace: monitoring