Files
deprecated-helm-charts/stable/reloader/values.yaml
T
James RitterandKubernetes Prow Robot 98b5d751a5 [stable/reloader] Bump Version to v0.0.29 (#14574)
* Bump Version to v0.0.29

Update app version in README.md, Chart.yaml and in the values.yaml

Signed-off-by: James Ritter <jamesritter15@gmail.com>

* Add  custom_annotations template

Add custom_annotations to be compatible with v0.0.29

Signed-off-by: James Ritter <jamesritter15@gmail.com>
2019-06-12 07:39:31 -07:00

38 lines
1.2 KiB
YAML

reloader:
watchGlobally: true
matchLabels: {}
deployment:
annotations: {}
labels:
provider: stakater
group: com.stakater.platform
image:
name: stakater/reloader
tag: "v0.0.29"
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
# Optional flags to pass to the Reloader entrypoint
# Example:
# custom_annotations:
# configmap: "my.company.com/configmap"
# secret: "my.company.com/secret"
custom_annotations: {}