Skip to content

Commit

Permalink
doc: Splunk environment variables capitalization and naming for Helm (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bdw-nobl9 authored Mar 20, 2024
1 parent c7bc4ec commit ced43f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/nobl9-agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: nobl9-agent
version: 1.0.6
version: 1.0.7
description: Agent to retrieve SLI metrics from configured data sources and send the data back to the Nobl9 backend.
home: https://nobl9.com
sources:
Expand Down
6 changes: 3 additions & 3 deletions charts/nobl9-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ deployment:
extraEnvs:
# - name: API_KEY
# value: my-api-key
# - name: splunk_api_token
# - name: SPLUNK_APP_TOKEN
# valueFrom:
# secretKeyRef:
# key: my-existing-secret-key
Expand Down Expand Up @@ -49,7 +49,7 @@ secret:
nameOverride:
# -- Extra stringData to be included in secret, use deployment.extraEnvs to load as deployment Envs
extraData:
# splunk_api_token: my-api-token
# SPLUNK_APP_TOKEN: my-app-token

resources:
requests:
Expand Down Expand Up @@ -114,4 +114,4 @@ command:
args:
# - --debug
# - --config
# - /etc/telegraf/telegraf.conf
# - /etc/telegraf/telegraf.conf

0 comments on commit ced43f0

Please sign in to comment.