Skip to content

Commit 8fa8699

Browse files
committed
Fix docstring notation in the values file.
1 parent 94ed25d commit 8fa8699

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

charts/scalyr-agent/values.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ deployment:
88
# deployment.replicaCount -- The count of replicas to use when using the deployment controller setup
99
replicaCount: 1
1010

11-
# env -- Additional environment variables to set
11+
# extraEnvVars -- Additional environment variables to set
1212
extraEnvVars:
1313
# extraEnvVars:
1414
# - name: FOO
@@ -35,6 +35,8 @@ scalyr:
3535
# NOTE: If you want this debug log file to be ingested into Scalyr, you also need to set
3636
# scalyr.ingestDebugLog option to true.
3737
debugLevel: 0
38+
# scalyr.ingestDebugLog -- Set this to true to enable ingesting of agent_debug.log file. Keep in
39+
# mind that depending on the debug log level set, this may result in large log volume.
3840
ingestDebugLog: false
3941
k8s:
4042
# scalyr.k8s.clusterName -- The kubernetes cluster name (when using the kubernetes monitoring)
@@ -72,7 +74,7 @@ scalyr:
7274
# scalyr.k8s.explorerScrapeInterval -- Scrape internal (in seconds) for Kubernetes Explorer
7375
# functionality.
7476
explorerScrapeInterval: 60
75-
# scalyr.k8s.explorerScrapeInterval -- Sample internal (in seconds) for Kubernetes Explorer
77+
# scalyr.k8s.explorerSampleInterval -- Sample internal (in seconds) for Kubernetes Explorer
7678
# functionality.
7779
explorerSampleInterval: 60
7880
# scalyr.config -- A hash of configuration files and their content as documented in the
@@ -102,7 +104,7 @@ fullnameOverride: ""
102104
# podAnnotations -- optional pod annotations
103105
podAnnotations: {}
104106

105-
# podSercurityContext -- optional pod security context entries
107+
# podSecurityContext -- optional pod security context entries
106108
podSecurityContext: {}
107109

108110
# securityContext -- optional security context entries
@@ -145,5 +147,5 @@ serviceAccount:
145147
# serviceAccount.annotations -- optional arbitrary service account annotations
146148
annotations: {}
147149

148-
# Use this value if the Scalyr API key is already stored in a Kubernetes secret that was created by an external secrets operator or similar.
150+
# existingSecretRef -- Use this value if the Scalyr API key is already stored in a Kubernetes secret that was created by an external secrets operator or similar.
149151
existingSecretRef: ""

0 commit comments

Comments
 (0)