From a59fc0440adf5c088e1081be28adb4b37bb4707c Mon Sep 17 00:00:00 2001 From: kooomix Date: Wed, 12 Jul 2023 15:05:56 +0300 Subject: [PATCH] lower case fix Signed-off-by: kooomix --- .../kubescape-cloud-operator/templates/operator/deployment.yaml | 2 +- charts/kubescape-cloud-operator/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/kubescape-cloud-operator/templates/operator/deployment.yaml b/charts/kubescape-cloud-operator/templates/operator/deployment.yaml index 85240cb6..bc1dd1d8 100644 --- a/charts/kubescape-cloud-operator/templates/operator/deployment.yaml +++ b/charts/kubescape-cloud-operator/templates/operator/deployment.yaml @@ -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 diff --git a/charts/kubescape-cloud-operator/values.yaml b/charts/kubescape-cloud-operator/values.yaml index 967ba613..517fefc8 100644 --- a/charts/kubescape-cloud-operator/values.yaml +++ b/charts/kubescape-cloud-operator/values.yaml @@ -256,7 +256,7 @@ operator: # Additional volumeMounts to be mounted on the websocket volumeMounts: [] - TriggerSecurityFramework: true + triggerSecurityFramework: true kubevulnScheduler: