This repository has been archived by the owner on Apr 22, 2020. It is now read-only.
Open
Description
This is my state file for Datadog Chart:
name: datadog
release:
chart: stable/datadog:0.3.0
version: 0.3.0
configuration:
# Default values for datadog.
image:
repository: datadog/docker-dd-agent
tag: latest
pullPolicy: IfNotPresent
datadog:
## You'll need to set this to your Datadog API key before the agent will run.
## ref: https://app.datadoghq.com/account/settings#agent/kubernetes
##
apiKey: ""
## Set logging verbosity.
## ref: https://github.com/DataDog/docker-dd-agent#environment-variables
##
logLevel: WARNING
resources:
requests:
cpu: 100m
memory: 128Mi
limits:
cpu: 256m
memory: 512Mi
secrets:
- api-key
and this is how run landscraper
API_KEY=343242342342 landscaper apply --dir charts --dry-run --namespace default
Unfortunately the secret API_KEY is not applied. Any idea?
Metadata
Assignees
Labels
No labels