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

Please remove the random string added to the pod name of the test pods #196

Open
imriss opened this issue Apr 26, 2022 · 0 comments
Open

Comments

@imriss
Copy link

imriss commented Apr 26, 2022

Hi, Please remove the random string added to the pod name for test pods. This will help to be able to skip a test using its predictable name.
Below is an example (from https://github.com/stefanprodan/podinfo/blob/master/charts/podinfo/templates/tests/grpc.yaml):

  name: {{ template "podinfo.fullname" . }}-grpc-test-{{ randAlphaNum 5 | lower }}

Please change it to:

  name: {{ template "podinfo.fullname" . }}-grpc-test

Thanks

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

1 participant