File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
wiz-outpost-configuration Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 2025.06.22
18+ version : 2025.06.26
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 5959 - " wiz-network-analyzer"
6060 args :
6161 - analyze
62- - --output
63- - /tmp
62+ - --print-report-to-log
6463 {{- with .Values.networkAnalyzer.outpostId }}
6564 - --outpost-id
6665 - {{ . | quote }}
@@ -132,18 +131,17 @@ spec:
132131 - name : SSL_CERT_DIR
133132 value : " /usr/local/share/ca-certificates/:/certificates/"
134133 volumeMounts :
135- - mountPath : /tmp
136- name : tmp-dir
137134 {{- if not .Values.networkAnalyzer.outpostId }}
138135 - name : secrets
139136 mountPath : /mnt/secrets/
140137 readOnly : true
141138 {{- end }}
139+ - mountPath : /usr/local/share/ca-certificates/
140+ name : ca-certificate
141+ readOnly : true
142142 resources :
143143 {{- toYaml .Values.networkAnalyzer.resources | nindent 12 }}
144144 volumes :
145- - name : tmp-dir
146- emptyDir : { }
147145 - name : ca-certificate
148146 secret :
149147 defaultMode : 420
You can’t perform that action at this time.
0 commit comments