foriequal0 / pod-graceful-drain

You don't need `lifecycle: { preStop: { exec: { command: ["sleep", "30"] } } }`
Apache License 2.0
251 stars 17 forks source link

Moving from absent namePrefix to available fullname variable #20

Closed hatemosphere closed 3 years ago

hatemosphere commented 3 years ago

This will unblock chart usage with enabled cert-manager integration

codecov-commenter commented 3 years ago

Codecov Report

Merging #20 (5ed8f0f) into main (98b64e2) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #20   +/-   ##
=======================================
  Coverage   52.54%   52.54%           
=======================================
  Files           8        8           
  Lines         472      472           
=======================================
  Hits          248      248           
  Misses        195      195           
  Partials       29       29           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 98b64e2...5ed8f0f. Read the comment docs.

foriequal0 commented 3 years ago

Thank you!