-
Notifications
You must be signed in to change notification settings - Fork 71
/
values.yaml
58 lines (44 loc) · 1.05 KB
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Default values for cs-k8s-protection-agent.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
image:
repository: registry.crowdstrike.com/kubernetes_protection/kpagent
tag:
pullPolicy: IfNotPresent
pullSecrets:
# Value must be base64. This setting conflicts with image.pullSecrets
# The base64 encoded string of the docker config json for the pull secret can be
# gotten through:
# $ cat ~/.docker/config.json | base64 -
registryConfigJSON:
envFrom:
- configMapRef:
name: agent-config
nameOverride: ""
fullnameOverride: ""
serviceAccount:
# Annotations to add to the service account
name: ""
annotations: {}
podAnnotations: {}
podSecurityContext: {}
securityContext: {}
nodeSelector: {}
resources: {}
tolerations: []
affinity: {}
priorityClassName: ""
crowdstrikeConfig:
clusterName: ""
enableDebug: ""
clientID: ""
clientSecret: ""
env: ""
cid: ""
dockerAPIToken: ""
existingSecret: ""
proxyConfig:
HTTP_PROXY: ""
HTTPS_PROXY: ""
NO_PROXY: ""