Files
Paul Hopkins c1b5b11e96 Add additional values to enhance flexibility of helm-exporter (#20025)
* Add additional values to enhance flexibility of helm-exporter

Signed-off-by: Paul Hopkins <paulnewsoft@gmail.com>

* Remove namespace from metadata

Signed-off-by: Paul Hopkins <paulnewsoft@gmail.com>
2020-01-13 09:53:38 -08:00

53 lines
1.0 KiB
YAML

replicaCount: 1
image:
repository: sstarcher/helm-exporter
tag: 0.4.2
pullPolicy: Always
# To override default tiller namespace name or to provide the multiple tiller namespaces like "kube-system,dev"
tillerNamespaces: ""
nameOverride: ""
fullnameOverride: ""
resources: {}
nodeSelector: {}
tolerations: []
affinity: {}
imagePullSecrets:
# - name: "image-pull-secret"
rbac:
# Specifies whether RBAC resources should be created
create: true
serviceAccount:
# Specifies whether a ServiceAccount should be created
create: true
# The name of the ServiceAccount to use.
# If not set and create is true, a name is generated using the fullname template
name:
serviceMonitor:
# Specifies whether a ServiceMonitor should be created
create: false
interval:
scrapeTimeout:
namespace:
additionalLabels: {}
ingress:
# Specifies whether an Ingress should be created
enabled: false
annotations: {}
# kubernetes.io/ingress.class: nginx
path: /
# Name of host e.g example.com
host: