@@ -7,10 +7,7 @@ commonLabels: {} # Labels applied on all the resources (not used for selection)
77
88image :
99 registry : wiziopublic.azurecr.io/wiz-app
10- fedRegistry : publicregistryfedrampwizio.azurecr.us/wiz-app
11- # Use this if you are deploying on federal environments with FIPS endpoints.
1210 repository : wiz-broker
13- fedRepository : wiz-broker-fips
1411 pullPolicy : Always
1512 # Overrides the image tag whose default is the chart appVersion.
1613 tag : " "
@@ -79,7 +76,8 @@ autoCreateConnector:
7976wizApiToken :
8077 clientId : " " # Client ID of the Wiz Service Account.
8178 clientToken : " " # Client secret of the Wiz Service Account.
82- clientEndpoint : " " # Set to 'gov' or 'fedramp' for gov/fedramp tenants only, otherwise leave blank.
79+ clientEndpoint : " " # Defaults to commercial.
80+ # If `global.isFedRamp` is `true`, this field gets automatically set to `fedramp`.
8381
8482 secret :
8583 # Should a Secret be created by the chart or not.
@@ -132,7 +130,8 @@ wiz-broker:
132130 customVolumeMounts : [] # Additional volume mounts to add to the components Pods
133131
134132 wizApiToken :
135- clientEndpoint : " " # Wiz endpoint to connect to (required for gov tenants).
133+ clientEndpoint : " " # Defaults to commercial.
134+ # If `global.isFedRamp` is `true`, this field gets automatically set to `fedramp`.
136135 secret :
137136 create : false # Secret created by wiz-kubernetes-connector.
138137 secretName : " "
@@ -182,9 +181,7 @@ httpProxyConfiguration:
182181global :
183182 image :
184183 registry : wiziopublic.azurecr.io/wiz-app
185- fedRegistry : publicregistryfedrampwizio.azurecr.us/wiz-app
186184 repository : wiz-broker
187- fedRepository : wiz-broker-fips
188185 pullPolicy : Always
189186 # Overrides the image tag whose default is the chart appVersion.
190187 tag : " "
@@ -237,7 +234,8 @@ global:
237234 allowPrivilegeEscalation : false
238235
239236 wizApiToken :
240- clientEndpoint : " " # Wiz endpoint to connect to (required for gov tenants).
237+ clientEndpoint : " " # Defaults to commercial.
238+ # If `global.isFedRamp` is `true`, this field gets automatically set to `fedramp`.
241239 secret :
242240 name : " " # Override with parent secret name
243241
0 commit comments