mirror of
https://github.com/stakater/Reloader.git
synced 2026-08-22 21:46:43 +00:00
48 lines
1.5 KiB
YAML
48 lines
1.5 KiB
YAML
# Generated from deployments/kubernetes/templates/chart/values.yaml.tmpl
|
|
|
|
kubernetes:
|
|
host: https://kubernetes.default
|
|
|
|
reloader:
|
|
watchGlobally: true
|
|
# Set to true if you have a pod security policy that enforces readOnlyRootFilesystem
|
|
readOnlyRootFileSystem: false
|
|
matchLabels: {}
|
|
deployment:
|
|
nodeSelector:
|
|
# cloud.google.com/gke-nodepool: default-pool
|
|
annotations: {}
|
|
labels:
|
|
provider: stakater
|
|
group: com.stakater.platform
|
|
version: v0.0.30
|
|
image:
|
|
name: stakater/reloader
|
|
tag: "v0.0.30"
|
|
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: {}
|