tumblr / k8s-sidecar-injector

Kubernetes sidecar injection service
Apache License 2.0
345 stars 75 forks source link

Removed a duplicated flag #54

Closed guyarb closed 3 years ago

guyarb commented 3 years ago

What and why?

The line --annotation-namespace="${ANNOTATION_NAMESPACE}" \ appears twice in entrypoint.sh

Testing Steps

Please provide adequate testing steps (including screenshots if necessary). Include any test fixtures or sample configurations in your commit.

Reviewers

Required reviewers: @byxorna Request reviews from other people you want to review this PR in the "Reviewers" section on the right.

:warning: this PR must have at least 2 thumbs from the MAINTAINERS.md of the project before merging!

komapa commented 3 years ago

Thank you