Helm chart add allowlist
Is it possible to add IPs to a allowlist from the helm values?
I saw that whitelist is deprecated and i've managed to create it using the documentation and cscli but im running without persistent storage so on pod deletion the config is lost
GitHub
helm-charts/charts/crowdsec/values.yaml at main · crowdsecurity/he...
CrowdSec community kubernetes helm charts. Contribute to crowdsecurity/helm-charts development by creating an account on GitHub.
3 Replies
Important Information
Thank you for getting in touch with your support request. To expedite a swift resolution, could you kindly provide the following information? Rest assured, we will respond promptly, and we greatly appreciate your patience. While you wait, please check the links below to see if this issue has been previously addressed. If you have managed to resolve it, please use run the command
/resolve
or press the green resolve button below.Log Files
If you possess any log files that you believe could be beneficial, please include them at this time. By default, CrowdSec logs to /var/log/, where you will discover a corresponding log file for each component.
Guide Followed (CrowdSec Official)
If you have diligently followed one of our guides and hit a roadblock, please share the guide with us. This will help us assess if any adjustments are necessary to assist you further.
Screenshots
Please forward any screenshots depicting errors you encounter. Your visuals will provide us with a clear view of the issues you are facing.
© Created By WhyAydan for CrowdSec ❤️
So you are not persisting the database at all or you using an external database?
No, and i can't really answer why i've set them to false either since dont remember?
But i like having as much things be configured in my git repo as possible, makes changes and or re-deploy easier. Since things like the allowed_ranges: for the auto registration can be configured in the values file
Most things seem to work fine without persistance, although i loose the currently blocked IPs if i evict the pod. But i'll enable persistance