Skip to content

Commit 9f8ca08

Browse files
committed
fixes to values.yaml
1 parent a85b1e5 commit 9f8ca08

File tree

7 files changed

+189
-189
lines changed

7 files changed

+189
-189
lines changed

flux2/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,4 +328,4 @@ prometheus:
328328
git:
329329
url: http://git-proxy.default.svc.cluster.local
330330
branch: master
331-
path: "<required-path>"
331+
path: #./replaceme/

wiz-admission-controller/values.yaml

Lines changed: 170 additions & 170 deletions
Large diffs are not rendered by default.

wiz-broker/values.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,18 @@ wizConnector:
5757
annotations: {}
5858
secretName: ""
5959

60-
connectorId: "<required-connector-id>"
61-
connectorToken: "<required-connector-token>"
62-
targetDomain: "<required-target-domain>"
63-
targetIp: "<required-target-ip>"
64-
targetPort: "<required-target-port>"
65-
tunnelServerDomain: "<required-tunnel-server-domain>"
66-
tunnelServerPort: "<required-tunnel-server-port>"
60+
connectorId: ""
61+
connectorToken: ""
62+
targetDomain: ""
63+
targetIp: ""
64+
targetPort: ""
65+
tunnelServerDomain: ""
66+
tunnelServerPort: ""
6767
tunnelClientAllowedDomains: []
6868

6969
wizApiToken:
70-
clientId: "<required-client-id>" # Client ID of the Wiz Service Account.
71-
clientToken: "<required-client-token>" # Client secret of the Wiz Service Account.
70+
clientId: "" # Client ID of the Wiz Service Account.
71+
clientToken: "" # Client secret of the Wiz Service Account.
7272
clientEndpoint: "" # Defaults to commercial.
7373
# If `global.isFedRamp` is `true`, this field gets automatically set to `fedramp`.
7474

wiz-kubernetes-connector/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ autoCreateConnector:
7474
proxySidecarPort: 15000
7575

7676
wizApiToken:
77-
clientId: "<required-client-id>" # Client ID of the Wiz Service Account.
78-
clientToken: "<required-client-token>" # Client secret of the Wiz Service Account.
77+
clientId: "" # Client ID of the Wiz Service Account.
78+
clientToken: "" # Client secret of the Wiz Service Account.
7979
clientEndpoint: "" # Defaults to commercial.
8080
# If `global.isFedRamp` is `true`, this field gets automatically set to `fedramp`.
8181

wiz-kubernetes-integration/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ global:
88

99
# Wiz Service Account used to authenticate to Wiz.
1010
wizApiToken:
11-
clientId: "<required-client-id>" # Client ID of the Wiz Service Account.
12-
clientToken: "<required-client-token>" # Client secret of the Wiz Service Account.
11+
clientId: "" # Client ID of the Wiz Service Account.
12+
clientToken: "" # Client secret of the Wiz Service Account.
1313
clientEndpoint: "" # Defaults to commercial.
1414
# If `global.isFedRamp` is `true`, this field gets automatically set to `fedramp`.
1515

wiz-outpost-lite/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ agent:
99
env: ""
1010
clientId: ""
1111
clientSecret: ""
12-
outpostId: "<required-outpost-id>"
12+
outpostId: ""
1313
outpostRegion: partition-1
1414

1515
secret:

wiz-sensor/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ wizApiToken:
8888
name: ""
8989

9090
# The chart will refuse to install unless these are set to valid values
91-
clientId: "<required-clientId>"
92-
clientToken: "<required-clientToken>"
91+
clientId: ""
92+
clientToken: ""
9393
clientEndpoint: "" # Set custom endpoint - should be "fedramp" for FEDRAMP environments
9494

9595
httpProxyConfiguration:
@@ -133,8 +133,8 @@ imagePullSecret:
133133
# For general directions on how to pre-create this kind of secret please refer to:
134134
# https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/#registry-secret-existing-credentials
135135
# the default registry server URL to use in the secret is wizio.azurecr.io. For FEDRAMP use wizfedramp.azurecr.us.
136-
username: "<required-username>"
137-
password: "<required-password>"
136+
username: ""
137+
password: ""
138138

139139
# override the default name of the pull secret
140140
# If not set and create is true, a name is generated using the fullname template

0 commit comments

Comments
 (0)