Skip to content

Commit

Permalink
lower case fix
Browse files Browse the repository at this point in the history
Signed-off-by: kooomix <eranm@armosec.io>
  • Loading branch information
kooomix committed Jul 12, 2023
1 parent 5b3efac commit a59fc04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ spec:
value: "{{ $no_proxy_envar_list }}"
{{- end }}
- name: TRIGGER_SECURITY_FRAMEWORK
value: "{{ .Values.operator.TriggerSecurityFramework }}"
value: "{{ .Values.operator.triggerSecurityFramework }}"
args:
- -alsologtostderr
- -v=4
Expand Down
2 changes: 1 addition & 1 deletion charts/kubescape-cloud-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ operator:
# Additional volumeMounts to be mounted on the websocket
volumeMounts: []

TriggerSecurityFramework: true
triggerSecurityFramework: true

kubevulnScheduler:

Expand Down

0 comments on commit a59fc04

Please sign in to comment.