File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 6
6
apiVersion : v1
7
7
kind : Secret
8
8
metadata :
9
- name : wiz-broker -connector
9
+ name : wiz-connector -connector
10
10
namespace : " wiz"
11
11
labels :
12
12
helm.sh/chart : wiz-kubernetes-connector-3.3.11
Original file line number Diff line number Diff line change 34
34
secretName : wiz-api-token
35
35
- name : connector-data
36
36
secret :
37
- secretName : wiz-broker -connector
37
+ secretName : wiz-connector -connector
38
38
items :
39
39
- key : connectorData
40
40
path : data
Original file line number Diff line number Diff line change 53
53
- name : wiz-sensor
54
54
image : container-registry.zalando.net/secops-systems/wiz-sensor:1.0.6572-main-4
55
55
imagePullPolicy : IfNotPresent
56
+ startupProbe :
57
+ exec :
58
+ command :
59
+ - " /usr/src/app/wiz-sensor"
60
+ - " version"
61
+ initialDelaySeconds : 15
62
+ periodSeconds : 60
63
+ timeoutSeconds : 30
64
+ failureThreshold : 5
56
65
securityContext :
57
66
capabilities :
58
67
add :
82
91
role : " system_r"
83
92
level : " s0"
84
93
type : " spc_t"
85
- startupProbe :
86
- exec :
87
- command :
88
- - " /usr/src/app/wiz-sensor"
89
- - " version"
90
- initialDelaySeconds : 15
91
- periodSeconds : 60
92
- timeoutSeconds : 30
93
- failureThreshold : 5
94
94
env :
95
95
- name : MIN_SENSOR_COMPAT_BUILD_VER
96
96
value : " 4142"
You can’t perform that action at this time.
0 commit comments