Skip to content

Commit 0f0bbc1

Browse files
author
Vinay Thupili
committed
minor fixes
1 parent f4b7dbb commit 0f0bbc1

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

cluster/manifests/wiz/004-connector-broker-secrets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
apiVersion: v1
77
kind: Secret
88
metadata:
9-
name: wiz-broker-connector
9+
name: wiz-connector-connector
1010
namespace: "wiz"
1111
labels:
1212
helm.sh/chart: wiz-kubernetes-connector-3.3.11

cluster/manifests/wiz/connector-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
secretName: wiz-api-token
3535
- name: connector-data
3636
secret:
37-
secretName: wiz-broker-connector
37+
secretName: wiz-connector-connector
3838
items:
3939
- key: connectorData
4040
path: data

cluster/manifests/wiz/sensor-daemonset.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,15 @@ spec:
5353
- name: wiz-sensor
5454
image: container-registry.zalando.net/secops-systems/wiz-sensor:1.0.6572-main-4
5555
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
5665
securityContext:
5766
capabilities:
5867
add:
@@ -82,15 +91,6 @@ spec:
8291
role: "system_r"
8392
level: "s0"
8493
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
9494
env:
9595
- name: MIN_SENSOR_COMPAT_BUILD_VER
9696
value: "4142"

0 commit comments

Comments
 (0)