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

helm chart startup probe fails due to exec in opendkim.sh #152

Closed
lwj5 opened this issue Nov 1, 2023 · 1 comment
Closed

helm chart startup probe fails due to exec in opendkim.sh #152

lwj5 opened this issue Nov 1, 2023 · 1 comment

Comments

@lwj5
Copy link

lwj5 commented Nov 1, 2023

The startup probe ps axf | fgrep -v grep | fgrep -q 'opendkim.sh' should be replaced with ps axf | fgrep -v grep | fgrep -q 'opendkim'

as exec is used in opendkim.sh

bokysan added a commit that referenced this issue Nov 1, 2023
@bokysan
Copy link
Owner

bokysan commented Nov 1, 2023

Thanks, fixed in the latest master, will make it to v4.0.2.

@bokysan bokysan closed this as completed Nov 1, 2023
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

No branches or pull requests

2 participants