You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wiz-admission-controller/values.yaml
+4-8Lines changed: 4 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,7 @@ commonLabels: {} # Labels applied on all the resources (not used for selection)
10
10
wizApiToken:
11
11
clientId: ""# Client ID of the Wiz Service Account.
12
12
clientToken: ""# Client secret of the Wiz Service Account.
13
-
clientEndpoint: ""# Defaults to commercial.
14
-
# If `global.isFedRamp` is `true`, this field gets automatically set to `fedramp`.
13
+
clientEndpoint: ""# Set to 'gov' or 'fedramp' for gov/fedramp tenants only, otherwise leave blank.
15
14
16
15
secret:
17
16
# Should a Secret be created by the chart or not.
@@ -54,11 +53,12 @@ podDisruptionBudget:
54
53
55
54
image:
56
55
registry: wiziopublic.azurecr.io/wiz-app
56
+
# Use this if you are deploying on federal environments with FIPS endpoints.
57
+
# repository: wiz-admission-controller-fips
57
58
repository: wiz-admission-controller
58
59
pullPolicy: Always
59
60
# Overrides the image tag whose default is the chart appVersion.
60
61
tag: ""
61
-
62
62
imagePullSecrets: [] # Secrets for container image registry keys as described in https://kubernetes.io/docs/concepts/containers/images/#referring-to-an-imagepullsecrets-on-a-pod
63
63
64
64
priorityClassName: ""
@@ -487,8 +487,7 @@ global:
487
487
wizApiToken:
488
488
clientId: ""
489
489
clientToken: ""
490
-
clientEndpoint: ""# Defaults to commercial.
491
-
# If `global.isFedRamp` is `true`, this field gets automatically set to `fedramp`.
490
+
clientEndpoint: ""# Wiz endpoint to connect to (required for gov tenants).
492
491
493
492
secret:
494
493
# The name of the Wiz Service Account Secret.
@@ -555,6 +554,3 @@ global:
555
554
#
556
555
# lowPrivilegePodSecurityPolicy: {}
557
556
# lowPrivilegeSecurityPolicy: {}
558
-
559
-
# Set to true to use FedRamp endpoints and FIPS-compliant images.
0 commit comments