mirror of
https://github.com/helm/charts.git
synced 2026-08-21 21:38:03 +00:00
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
33 lines
997 B
YAML
33 lines
997 B
YAML
reloader:
|
|
watchGlobally: true
|
|
matchLabels: {}
|
|
deployment:
|
|
annotations: {}
|
|
labels:
|
|
provider: stakater
|
|
group: com.stakater.platform
|
|
image:
|
|
name: stakater/reloader
|
|
tag: "v0.0.25"
|
|
pullPolicy: IfNotPresent
|
|
# Support for extra environment variables.
|
|
env:
|
|
# Open supports Key value pair as environment variables.
|
|
open:
|
|
# secret supports Key value pair as environment variables. It gets the values based on keys from default reloader secret if any.
|
|
secret:
|
|
# field supports Key value pair as environment variables. It gets the values from other fields of pod.
|
|
field:
|
|
|
|
rbac:
|
|
enabled: true
|
|
labels: {}
|
|
# Service account config for the agent pods
|
|
serviceAccount:
|
|
# Specifies whether a ServiceAccount should be created
|
|
create: true
|
|
labels: {}
|
|
# The name of the ServiceAccount to use.
|
|
# If not set and create is true, a name is generated using the fullname template
|
|
name: reloader
|