Skip to content

Commit

Permalink
r Update lifecycle reference
Browse files Browse the repository at this point in the history
* This was refactored in master
  • Loading branch information
ymilki committed Jul 11, 2023
1 parent 44df2c8 commit a121a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paasta_tools/kubernetes_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -1122,7 +1122,7 @@ def get_gunicorn_exporter_sidecar_container(
env=self.get_kubernetes_environment(),
ports=[V1ContainerPort(container_port=9117)],
lifecycle=V1Lifecycle(
pre_stop=V1Handler(
pre_stop=V1LifecycleHandler(
_exec=V1ExecAction(
command=[
"/bin/sh",
Expand Down

0 comments on commit a121a93

Please sign in to comment.