Commit a8ecaae 1 parent 87663ef commit a8ecaae Copy full SHA for a8ecaae
File tree 2 files changed +4
-8
lines changed
charts/kubewarden-controller
2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -118,8 +118,8 @@ Create the name of the service account to use for kubewarden-controller
118
118
- { { .Release.Namespace } }
119
119
- --loglevel
120
120
- { { .Values.auditScanner.logLevel } }
121
- - --store
122
- - { { .Values.auditScanner.store } }
121
+ - --disable- store
122
+ - { { .Values.auditScanner.disableStore } }
123
123
- --extra-ca
124
124
- "/pki/policy-server-root-ca-pem"
125
125
{ {- if .Values.auditScanner.outputScan } }
Original file line number Diff line number Diff line change @@ -167,12 +167,8 @@ auditScanner:
167
167
logLevel : info
168
168
# Output result of scan to stdout in JSON upon completion
169
169
outputScan : false
170
- # Configures where a (Cluster)PolicyReport is stored.
171
- # Currently, it can be either:
172
- # - kubernetes: which will use Kubernetes/etcd
173
- # - memory: which will use in-memory cache. note that you may need to adjust
174
- # `resources.auditScanner` when using this store
175
- store : " kubernetes"
170
+ # Configures whether a (Cluster)PolicyReport is stored in Kubernetes/etcd or not
171
+ disableStore : false
176
172
# Values to configure the policy reporter subchart enabled by the
177
173
# auditScanner.policyReporter flag
178
174
policy-reporter :
You can’t perform that action at this time.
0 commit comments