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

Adding a link to a pod, can't get the pod name from variable #5429

Closed
tim-sendible opened this issue Mar 17, 2021 · 1 comment · Fixed by #5430
Closed

Adding a link to a pod, can't get the pod name from variable #5429

tim-sendible opened this issue Mar 17, 2021 · 1 comment · Fixed by #5430
Assignees
Labels

Comments

@tim-sendible
Copy link
Contributor

tim-sendible commented Mar 17, 2021

Summary

What happened/what you expected to happen?

Using the example in the configmap:

    - name: Example Pod Link
      scope: pod
      url: http://logging-facility?namespace=${metadata.namespace}&podName=${metadata.name}&startedAt=${status.startedAt}&finishedAt=${status.finishedAt}

${metadata.name} does not get translated into an actual name, it just remains as it is. My resulting URL is something like:
https://logging-facility?namespace=test&podName=${metadata.name}&startedAt….

Diagnostics

What Kubernetes provider are you using? EKS 1.19

What version of Argo Workflows are you running? 3.0.0 RC7 (also occurs in RC6)


Message from the maintainers:

Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍.

@alexec alexec self-assigned this Mar 17, 2021
alexec added a commit to alexec/argo-workflows that referenced this issue Mar 17, 2021
alexec added a commit that referenced this issue Mar 17, 2021
@simster7 simster7 mentioned this issue Mar 22, 2021
34 tasks
simster7 pushed a commit that referenced this issue Mar 23, 2021
@simster7
Copy link
Member

This has been fixed in v3.0.0-rc9

@simster7 simster7 mentioned this issue Mar 29, 2021
77 tasks
@simster7 simster7 mentioned this issue Apr 19, 2021
50 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants