We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
So far I've confirmed that using container lifecycle hooks doesn't do what we want:
containers: - name: {{ .Values.mop.name }} lifecycle: preStop: exec: command: - sh - -c - >- if ! test -f /var/maintenance-in-progress; then rm -f /var/maintenance-required; rm -f /var/{{.Values.mop.priority}}.validation-required fi;
For reference see:
I also experimented a bit with Helm Chart Hooks (post-delete) and couldn't get that to work either, but that may be the path forward. See:
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: