Skip to content

Conversation

@theadzik
Copy link
Contributor

@theadzik theadzik commented Mar 4, 2025

This PR corrects two issues with the ingress-nginx bouncer documentation:

  1. appsec service name includes release name in the helm chart. This PR will add that to the bouncer documentation

  2. Env vars passed to pods must be strings. Upgrading ingress-nginx helm release with current example throws an error:
    * Deployment in version "v1" cannot be handled as a Deployment: json: cannot unmarshal number into Go struct field EnvVar.spec.template.spec.initContainers.env.value of type string

    This PR replaces int and bool with strings in the example.

Fixes #739

@aws-amplify-eu-west-1
Copy link

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-738.d1to60jd2gb6y6.amplifyapp.com

@LaurenceJJones LaurenceJJones requested a review from blotus March 4, 2025 11:54
@theadzik
Copy link
Contributor Author

theadzik commented Mar 4, 2025

I left #References section as they are (with ints and bools). Maybe those should be changed to strings too?

@blotus blotus merged commit ef397fd into crowdsecurity:main Mar 4, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ingress-nginx bouncer example issues

2 participants