Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploying Popeye cronjob with fluxCD #242

Open
amine7777 opened this issue Jan 31, 2023 · 0 comments
Open

Deploying Popeye cronjob with fluxCD #242

amine7777 opened this issue Jan 31, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@amine7777
Copy link

This isn't a real bug but it's an improvement in the documentation of the Popeye cronjob

I have tried deploying the cronjob with FluxCD and doesn't allow boolean variable in the command args:

- --force-exit-zero
- true

I have tried to change the value true to string but then Popeye consider it as an unknown command.

Solution

- --force-exit-zero=true

Please consider to add this in the documentation it will work for everyone.

@derailed derailed added the bug Something isn't working label Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants