diff --git a/templates/helm-values.yaml.j2 b/templates/helm-values.yaml.j2 index 6c33e69..0d35e34 100644 --- a/templates/helm-values.yaml.j2 +++ b/templates/helm-values.yaml.j2 @@ -16,8 +16,9 @@ lapi: # As it's a test, we don't want to share signals with CrowdSec, so disable the Online API. # - name: DISABLE_ONLINE_API # value: "true" - - name: DISABLE_AGENT - value: "true" +# DISABLE_AGENT is already in template +# - name: DISABLE_AGENT +# value: "true" {% if crowdsec_enrollment_key is defined %} - name: ENROLL_KEY value: "{{ crowdsec_enrollment_key }}" @@ -65,6 +66,8 @@ lapi: enabled: true serviceMonitor: enabled: true + strategy: + type: Recreate agent: # To specify each pod you want to process it logs (pods present in the node) acquisition: