@@ -17,22 +17,29 @@ imagePullSecrets: []
1717nameOverride : " "
1818fullnameOverride : " "
1919
20- agent :
21- # -- Configures secret for agent API Key
22- #
23- # -- If you already have a secret with the Key, set `create` to
24- # -- false and set the `name`` value to the name of your secret.
25- #
26- # -- If you don't have a secret, set `create` to true
27- # -- and set the `apiKey`` value to your Key.
28- #
29- # -- You can also create a secret yourself via extraManifests[].
30- # -- Set `create` to false and set `name` to the name of
31- # -- your secret defined in your extraManifests.
32- apiKeySecret :
33- create : true
34- apiKey : " "
35- terminationGracePeriodSeconds : # default 300
20+ # Configures secret for agent API Key
21+ #
22+ # If you already have a secret with the Key, set `create` to
23+ # false and set the `name`` value to the name of your secret.
24+ #
25+ # If you don't have a secret, set `create` to true
26+ # and set the `apiKey`` value to your Key.
27+ #
28+ # You can also create a secret yourself via extraManifests[].
29+ # Set `create` to false and set `name` to the name of
30+ # your secret defined in your extraManifests.
31+ apiKeySecret :
32+ create : true
33+ apiKey : " "
34+
35+ terminationGracePeriodSeconds : # default 300
36+
37+ # Extra environment variables to be passed to agent pods
38+ #
39+ # env:
40+ # MY_ENV_VAR: myvalue
41+ # ANOTHER_VAR: anothervalue
42+ env : {}
3643
3744# This is for setting Kubernetes Annotations to a Pod.
3845# For more information checkout: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
0 commit comments