Files
deprecated-helm-charts/stable/reloader/values.yaml
T
Romeo Dumitrescu 13c8cd9950 [stable/reloader] Fix multiple small issues (#16313)
* [stable/reloader] Fix multiple small issues

- Added nodeSelector for deployment
- Fixed `README` to properly indicate that all values are coming from the `reloader` section
- Fixed service account name to fallback to the chart fullname for the name uniformity of deployed resources when not explicitly set
- Fixed role and role binding to use the chart fullname for the name uniformity of deployed resources

Signed-off-by: Romeo Dumitrescu <winromulus@users.noreply.github.com>

* Fix cluster role binding name

Signed-off-by: Romeo Dumitrescu <winromulus@users.noreply.github.com>
2019-08-19 03:29:29 -07:00

39 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:
# Optional flags to pass to the Reloader entrypoint
# Example:
# custom_annotations:
# configmap: "my.company.com/configmap"
# secret: "my.company.com/secret"
custom_annotations: {}
nodeSelector: {}