
Adds an example using DaemonSets to distribute the NewRelic worker onto all nodes in a k8s cluster. Signed-off-by: Christian Stewart <christian@paral.in>
11 lines
252 B
YAML
11 lines
252 B
YAML
# This file should be overwritten by ./config-to-secret.sh
|
|
# This file is in place to statisfy the kubernetes documentation tests.
|
|
|
|
# apiVersion: v1
|
|
# kind: Secret
|
|
# metadata:
|
|
# name: newrelic-config
|
|
# type: Opaque
|
|
# data:
|
|
# config: base64 encoded
|