Skip to content

Commit

Permalink
wiz-network-analyzer - fixed the output writeable path
Browse files Browse the repository at this point in the history
  • Loading branch information
ofirc-wiz committed Jan 15, 2025
1 parent 9523bfe commit db8a485
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ spec:
args:

- analyze
- --output
- /tmp
- --region
- us-east-2
- --proxy-ca-dir
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ spec:
args:

- analyze
- --output
- /tmp
- --region
- us-east-2
- --proxy-ca-dir
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ spec:
args:

- analyze
- --output
- /tmp
- --outpost-id
- "0b5857fb-29e1-405e-bf69-abcd1234ab64"
- --region
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ spec:
args:

- analyze
- --output
- /tmp
- --region
- us-east-2
- --proxy-ca-dir
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ spec:
args:

- analyze
- --output
- /tmp
- --region
- us-east-2
env:
Expand Down
2 changes: 1 addition & 1 deletion wiz-network-analyzer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ description: A Helm chart for troubleshooting networking connectivity from Kuber

type: application

version: 0.1.2
version: 0.1.3

appVersion: "0.1"
2 changes: 2 additions & 0 deletions wiz-network-analyzer/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ Use for debug purpose only.

{{- define "wiz-network-analyzer.argsList" -}}
analyze
--output
/tmp
{{- if .Values.outpostId }}
--outpost-id
"{{ .Values.outpostId }}"
Expand Down
8 changes: 4 additions & 4 deletions wiz-network-analyzer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ customVolumeMounts: [] # Additional volume mounts to add to the components Pods
# The Outpost ID of the Wiz Outpost cluster.
outpostId: ""

# The Wiz DC AWS region used for this tenant.
# e.g. us-east-2.
wizRegion: ""

# Global values to override chart values.
global:
image:
Expand Down Expand Up @@ -213,7 +217,3 @@ global:
# Leave blank for transparent proxy.
httpsProxy: "" # URL to use as a proxy for outbound HTTPS traffic.
noProxyAddress: "kubernetes,kubernetes.default,kubernetes.default.svc,kubernetes.default.svc.cluster.local"

# The Wiz DC AWS region used for this tenant.
# e.g. us-east-2.
wizRegion: ""

0 comments on commit db8a485

Please sign in to comment.