diff --git a/modules/kubernetes/crowdsec/values.yaml b/modules/kubernetes/crowdsec/values.yaml index 2a84bda3..0c580d69 100644 --- a/modules/kubernetes/crowdsec/values.yaml +++ b/modules/kubernetes/crowdsec/values.yaml @@ -13,16 +13,16 @@ agent: # Those are ENV variables env: # 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_ONLINE_API + # value: "true" # As we are running Nginx, we want to install the Nginx collection - name: COLLECTIONS value: "crowdsecurity/nginx" lapi: env: # 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_ONLINE_API + # value: "true" dashboard: enabled: true ingress: diff --git a/terraform.tfstate b/terraform.tfstate index 89172d51..e6a0905c 100644 Binary files a/terraform.tfstate and b/terraform.tfstate differ