mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* Update templates and documentation to support the latest logdna-agent 2.1.9 Signed-off-by: Jacob Hull <jacob@planethull.com> * Update my maintainer name Signed-off-by: Jacob Hull <jacob@planethull.com> * Don't create daemon set if logdna.key is unset Signed-off-by: Jacob Hull <jacob@planethull.com>
36 lines
532 B
YAML
36 lines
532 B
YAML
image:
|
|
name: logdna/logdna-agent
|
|
pullPolicy: IfNotPresent
|
|
|
|
logdna:
|
|
## Please follow directions from https://app.logdna.com/pages/add-source
|
|
|
|
## An ingestion key is required for this chart to run
|
|
# key:
|
|
|
|
# tags:
|
|
|
|
name: logdna-agent
|
|
|
|
resources:
|
|
requests:
|
|
cpu: 20m
|
|
limits:
|
|
memory: 75Mi
|
|
|
|
daemonset:
|
|
# updateStrategy:
|
|
# type: "RollingUpdate"
|
|
tolerations: []
|
|
|
|
priorityClassName: ""
|
|
|
|
# updateOnSecretChange: true
|
|
extraEnv: {}
|
|
extraVolumeMounts: []
|
|
extraVolumes: []
|
|
|
|
serviceAccount:
|
|
create: true
|
|
name:
|