You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use Flux CD to manage my crowdsec helm release. When I use chart version 0.16.0 I get an error:
crowdsec with chart [email protected]: error while running post render on files: map[string]interface {}(nil): yaml: unmarshal errors: line 118: mapping key "command" already defined at line 64
I tried to comment out different parts of my values and figured out that removing persistense section fixes that issue. With the same values I can successfully install crowdsec with chart version 0.15.0.
I checked diff between charts and I guess here is the problem.
When .Values.tls.enabled is false and .Values.agent.persistentVolume.config.enabled is true (as I use in my setup), we've got duplicate command for agent container.
The text was updated successfully, but these errors were encountered:
Check Releases to make sure your agent is on the latest version.
Details
I am a bot created to help the crowdsecurity developers manage community feedback and contributions. You can check out my manifest file to understand my behavior and what I can do. If you want to use this for your project, you can check out the forked project rr404/oss-governance-bot repository.
@Eyeless77: There are no 'kind' label on this issue. You need a 'kind' label to start the triage process.
/kind bug
/kind documentation
/kind enhancement
Details
I am a bot created to help the crowdsecurity developers manage community feedback and contributions. You can check out my manifest file to understand my behavior and what I can do. If you want to use this for your project, you can check out the forked project rr404/oss-governance-bot repository.
I use Flux CD to manage my crowdsec helm release. When I use chart version 0.16.0 I get an error:
crowdsec with chart [email protected]: error while running post render on files: map[string]interface {}(nil): yaml: unmarshal errors: line 118: mapping key "command" already defined at line 64
My values are the following:
I tried to comment out different parts of my values and figured out that removing
persistense
section fixes that issue. With the same values I can successfully install crowdsec with chart version 0.15.0.I checked diff between charts and I guess here is the problem.
When
.Values.tls.enabled
is false and.Values.agent.persistentVolume.config.enabled
is true (as I use in my setup), we've got duplicatecommand
for agent container.The text was updated successfully, but these errors were encountered: